JSON String Unescape
Convert escaped JSON strings (with \n, \", etc.) back to their readable form.
How to Use the JSON String Unescape Tool
1
Paste escaped string.
2
See readable version.
3
Copy.
Frequently Asked Questions
What sequences are unescaped?
\n → newline, \t → tab, \" → quote, \\ → backslash, and Unicode escapes.