JSON Unescape
Reverse json-escape: turn a backslash-encoded JSON string back into the original text. Round-trip safe.
Paste an escaped string.
How to unescape
- Paste in either panel. The tool auto-detects direction.
- Toggle options:
- Wrap with quotes — on adds the surrounding
"...", off gives just the escaped contents. - Escape non-ASCII — replaces every codepoint > 127 with
\uXXXXfor legacy systems.
- Wrap with quotes — on adds the surrounding
- Copy or Download.
FAQ
What if there are no surrounding quotes?
The tool wraps the input in quotes internally before parsing. Both forms work.
Will it work offline?
Yes.