JSON Escape / Unescape
Escape and unescape JSON strings online for free. Convert quotes and special characters safely in your browser.
Result
Result will appear here...
Processing happens locally in your browser. Do not paste passwords, API keys, or confidential data.
How to use
- Paste your text into the input area.
- Click Escape or Unescape.
- Copy the result.
Example
Escape
Hello "World"
Output
Hello \"World\"
FAQ
Does escape process full JSON documents?
This tool escapes and unescapes string content. Use the formatter for full JSON documents.