JSON String Escape / Unescape — JSON strings must escape a small set of characters: the double quote, the backslash, and the control characters (U+0000 to U+001F). Everything else may appear literally.
Pure function, no upload, no server. Works fully offline.
Was JSON String Escape / Unescape useful?
ما هو JSON String Escape / Unescape؟
JSON strings must escape a small set of characters: the double quote, the backslash, and the control characters (U+0000 to U+001F). Everything else may appear literally.
This tool implements the standard JSON escaping rules from RFC 8259. The "escape" direction converts a raw string into a JSON-safe form (the content you would put between double quotes). The "unescape" direction parses a JSON string literal back to its raw bytes.
كيفية الاستخدام
-
Pick the direction
Escape raw → JSON or Unescape JSON → raw. Both directions round-trip cleanly for any valid input.
-
Paste the input
For escape, paste any string (control characters allowed). For unescape, paste the JSON-quoted content (without the surrounding quotes).
-
Copy the output
Use the escaped form inside a JSON config or template. Use the raw form to inspect what a stored string actually contains.
الأسئلة الشائعة
أدوات ذات صلة
منسّق ومدقّق JSON
نسّق وجمّل وتحقق من صحة JSON. مجاني، في متصفحك، بدون رفع.
JSON Validator
Check whether your JSON is valid and find the exact line and column of any syntax error.
مشفّر / فاك تشفير URL
شفّر أو فك تشفير URLs وسلاسل الاستعلام للاستخدام الآمن في HTML وHTTP والبريد الإلكتروني. مجاني، في متصفحك، بدون رفع.
مشفّر / فاك تشفير Base64
شفّر النصوص أو الملفات إلى Base64، أو فك تشفير Base64 إلى شكله الأصلي. مجاني، في متصفحك، بدون رفع.
Last reviewed: 2026-09-25