RAW JSON

ESCAPED TEXT

JSON String Escape and Unescape Tool

The escape workspace converts between readable raw text and JSON escaped strings. It is useful when payloads, logs, test fixtures, or nested JSON fields need to be safely embedded in another JSON document.

Escape Tool Features

When to Use the Escape Tool

Escape Tool FAQ

Does the escape tool include outer quotation marks?

No. Escaped output uses JSON string escaping rules but leaves off the surrounding double quotes so it is easy to paste into an existing string field.

Can I paste a quoted JSON string to unescape it?

Yes. The unescape direction accepts escaped text with or without surrounding double quotes.