मुख्य सामग्री पर जाएँ

JSON एस्केप/अनएस्केप

JSON एस्केप/अनएस्केप कच्चे टेक्स्ट को JSON string में सुरक्षित escaped content में बदलता है और escaped JSON string content को लोकल रूप से पढ़ने योग्य टेक्स्ट में वापस लाता है।

इनपुट टेक्स्ट

अक्षर

0 / 500,000

JSON एस्केप/अनएस्केप

त्वरित शुरुआत

1
कच्चा टेक्स्ट या escaped JSON string content paste करें
2
टेक्स्ट को JSON string value में रखने से पहले Escape इस्तेमाल करें
3
Escaped quotes, backslashes और newlines पढ़ने के लिए Unescape इस्तेमाल करें
4
मौजूदा textarea content copy करें

आम उपयोग

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 output outer quotes के बिना string content देता है, इसलिए इसे मौजूदा JSON string value के अंदर paste कर सकते हैं
Unescape escaped content और पूरा quoted JSON string literal दोनों स्वीकार करता है
पूरा JSON object validate, format, minify या sort करना हो तो JSON Formatter इस्तेमाल करें

Escape सीमाएँ

केवल string: यह tool JSON string content संभालता है, पूरा JSON object, array, number, boolean या null नहीं
अमान्य input: \x, अधूरा \u escape या बंद न हुई quoted string error दिखाती है
Escaping encryption नहीं है और secrets नहीं छिपाता
Input limits local text tool limits के अनुसार हैं; बहुत लंबे logs या fixtures छोटे हिस्सों में बाँटें

गोपनीयता और सुरक्षा

सारी processing browser में local होती है। मौजूदा text इस device पर local session draft के रूप में रखा जाता है।
Escaped output को protected data न मानें। Passwords, Token और keys unescape के बाद readable रहते हैं।

सवाल-जवाब

7

अगला चरण पूरा करने के लिए इन संबंधित टूल का उपयोग करें।

हमारे बारे में

हमारे बारे में
मूल्य

सभी टूल की प्रोसेसिंग आपके ब्राउज़र में लोकल रूप से होती है।