Search for a tool or command
Turn a JSON-escaped string back into readable raw text.
The JSON Unescape tool reverses JSON string escaping, converting sequences like \n, \t, \", and \uXXXX back into the characters they represent. It is the quickest way to read the real content of a string that was escaped for embedding in JSON, such as a log message or serialized payload. Paste the escaped text and get the original back instantly.
Add the JSON-escaped string you want to convert back to raw text.
The tool resolves every escape sequence into its original character.
See the true multi-line, quoted, or Unicode content clearly.
Use the decoded string wherever you need the original content.
Input
She said \"hello\"\nand left.Output
She said "hello"
and left.Escape any string so it can be safely embedded inside JSON.
Convert a JSON value into an escaped JSON string literal.
Encode text or files to Base64, with an optional URL-safe variant.
Pretty-print JSON with configurable indentation and instant validation.