JSON एस्केप/अनएस्केप
JSON एस्केप/अनएस्केप कच्चे टेक्स्ट को JSON string में सुरक्षित escaped content में बदलता है और escaped JSON string content को लोकल रूप से पढ़ने योग्य टेक्स्ट में वापस लाता है।
इनपुट टेक्स्ट
अक्षर
0 / 500,000
त्वरित शुरुआत
आम उपयोग
JSON में embed
text को JSON string में रखने से पहले quotes, backslashes, tabs और line breaks escape करें
Payload debug
copied string content unescape करके readable text देखें
Logs और errors
API logs या test fixtures से escaped newlines और quotes decode करें
Code samples
examples, fixtures या request bodies के लिए सुरक्षित JSON string content तैयार करें
उपयोग सलाह
Escape सीमाएँ
गोपनीयता और सुरक्षा
सवाल-जवाब
Double quote JSON string को समाप्त करता है जब तक वह \" की तरह escaped न हो। Escape quotes, backslashes, control characters, tabs और line breaks को JSON-safe string content बनाता है।
Output string content है, इसलिए इसे मौजूदा JSON string value के अंदर paste कर सकते हैं। पूरा JSON value चाहिए तो output को double quotes में wrap करें।
हाँ। यह He said \"hi\" जैसा escaped content और "He said \"hi\"" जैसा पूरा JSON string literal दोनों स्वीकार करता है।
नहीं। यह tool केवल string content escape और unescape करता है। पूरे JSON objects और arrays के लिए JSON Formatter इस्तेमाल करें।
नहीं। Escaping reversible formatting है। Secrets को encrypt, remove या secret manager में store करें।