JSON Unescape Tool - Convert Escaped JSON Strings to Readable JSON

Add your input here..

Characters: 0 | Bytes: 0

Content type not detected. Show common operations by default

ABOUT


This page provides a specialized tool for unescaping JSON strings. In JSON (JavaScript Object Notation), certain characters are escaped using backslashes to ensure valid formatting. This includes characters like quotes, newlines, tabs, and Unicode symbols. When reading or processing JSON data, it is often necessary to convert these escaped sequences back to their original, human-readable form.

The following escape sequences are commonly found in JSON and are supported by this tool:

EscapeMeaningExample (Escaped)Result (Unescaped)
\"Double quote"Say \"Hi\""Say "Hi"
\\Backslash"Path: C:\\Users"Path: C:\Users
\/Forward slash"https:\/\/a.com"https://a.com
\tTab"Col1\tCol2"Col1 Col2

This tool automatically decodes these escape sequences to restore the original string content, making it ideal for developers working with JSON logs, API responses, configuration files, or raw data.

As part of the StringFlux suite, this tool can be chained with other operations for advanced transformations.

For a full reference of escape rules, see our JSON Escape Tool.
Need to unescape general-purpose strings? Check out the String Unescape Tool.

FEATURES


Transformation Chains

Chain multiple operations to perform complex transformations, similar to a command line pipe.

Copy selection in new editor

Context menu supports copy text selection to a new editor. Useful to apply transformations to a specific part of a string.

Privacy First

All string transformations happen purely on the browser side, ensuring your data never leaves your device.

Intuitive UX

Simple and intuitive UX to provide operation in 3 ways: recommended by content type, search and category.

Fix broken JSON

Fix malformed JSON with common errors, like missing quotes, trailing commas, unescaped characters, and unmatched brackets.

Share & Collaborate

Share your string transformation chain with others using share links.