jsontoolskit.org
JSON and JSON Schema utilities, in the browser
Say hi →

JSON Unescape

reverse backslash escapes · round-trip with json-escape

Reverse json-escape: turn a backslash-encoded JSON string back into the original text. Round-trip safe.

Paste an escaped string.

How to unescape

  1. Paste in either panel. The tool auto-detects direction.
  2. Toggle options:
    • Wrap with quotes — on adds the surrounding "...", off gives just the escaped contents.
    • Escape non-ASCII — replaces every codepoint > 127 with \uXXXX for legacy systems.
  3. 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.