JSON Unescape
Decode a JSON string back to raw text.
Escaped string
Raw text
Free online JSON unescape tool. Convert an escaped JSON string — with \n, \t, \" and \\ sequences — back into readable raw text. Runs entirely in your browser, nothing uploaded.
How to use the JSON Unescape
- 01Paste your escaped JSON string into the input box.
- 02The decoded raw text appears instantly on the right.
- 03Copy the readable result.
Frequently asked questions
Do I need to include the surrounding quotes?
No. The tool accepts the string with or without surrounding double quotes and decodes the escape sequences either way.
What if the escapes are invalid?
If the input contains an invalid escape sequence, an error is shown so you can correct it.