Private JSON unescape tool

JSON Unescape Tool

Convert escaped JSON strings into readable JSON instantly.

JSON UNESCAPE TOOLPaste escaped JSON and get a readable result instantly.
Processed on your device
Escaped JSON
Runs in your browser No file upload Free to use
01

What is JSON Unescape?

Escaped JSON often appears in API responses, logs, or JavaScript strings. It adds backslashes and escape sequences so the text can be stored, shared, or embedded safely.

Unescaping restores quotes, line breaks, Unicode characters, and backslashes so the JSON is easier to read and copy.

02

How to Unescape JSON

01

Paste escaped JSON

Paste a JSON string, escaped object, or text containing Unicode and newline escapes.

02

Click Unescape JSON

The tool decodes your input and formats JSON when it can.

03

Copy the result

Copy the decoded result or download it as a file. Your data never leaves this device.

After unescaping, format JSON for reading, validate JSON for syntax checks, or minify JSON for a smaller file.

03

Common Escaped JSON Examples

Use the unescaper for API responses, JavaScript strings, Unicode values, and text with escaped line breaks.

API RESPONSE
{\"status\":\"success\"}
JAVASCRIPT STRING
"{\"id\":123}"
UNICODE INPUT
\u65e5\u672c
NEW LINE INPUT
hello\nworld
DECODED OUTPUT{ "status": "success" }
04

JSON Escape vs Unescape

EscapeUnescape
DirectionJSON to escaped stringEscaped string to JSON
QuotesAdd backslashesRemove backslashes
Best useSharing, storing, or embedding JSONReading, debugging, and copying JSON
05

Frequently asked questions

What is JSON unescape?

JSON unescape restores escaped quotes, backslashes, Unicode sequences, line breaks, and tabs to their readable form. After decoding, open JSON Formatter if you want clearer indentation.

How do I unescape JSON?

Paste escaped JSON into the tool and click Unescape JSON. The result is decoded and formatted in your browser. To spot differences between two decoded payloads, use JSON Compare.

How do I remove backslashes from JSON?

Use this JSON unescape tool to decode escaped quotes and backslashes without uploading your data.

How do I decode escaped JSON?

Paste your escaped text into the tool and click Unescape JSON. It parses the decoded content when it is valid JSON. If parsing still fails, check syntax with the JSON Validator.

Can I unescape a JSON string?

Quoted JSON strings are supported, including strings that contain escaped quotes and braces.

Does this tool decode Unicode and new lines?

Yes. Unicode escapes such as 你好 and newline escapes such as hello world are decoded locally.