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.

Related Tools