🧑‍💻

JSON Escape / Unescape

Escape text into a JSON string, or unescape it back.

Output

Escape turns text into a JSON string literal (quotes, newlines, tabs escaped) — handy for embedding JSON inside JSON.

Related Developer tools