Conversions & commands

JSON Escape / Unescape Online

Escape or unescape JSON text quickly for payload handling and integrations.

Instant conversionBrowser-only processingNo upload required

Live conversion preview

Input (JSON)

{
  "message": "Hello world"
}
JSON <-> Escaped JSON

Output (Escaped/Unescaped)

Escaped:
"{\n  "message": "Hello world"\n}"

Unescaped:
{
  "message": "Hello world"
}
Try with sample data

How it works

1. Open

Paste JSON text or use sample data.

2. Pick mode

Choose JSON Escape or JSON Unescape.

3. Review

Check transformed output in the editor.

4. Use

Copy value into APIs, logs, or config files.

Related tools

Need escaped or unescaped JSON quickly?

Open the editor and run your first conversion in seconds.

Open editor