T
Toolkit.app
/JSON Escape/Unescape

JSON Escape/Unescape

Escape plain text into JSON-safe escaped strings or unescape JSON escape sequences back to readable text. Processing is fully local in your browser for privacy.

Text to Escape

Escaped JSON Text

Enter text and click "Escape JSON" to see the escaped result.

All processing happens in your browser - your data never leaves your device.

About JSON Escaping

JSON strings must escape quotes, backslashes, and control characters such as newlines and tabs. Use this tool to safely encode text for JSON values and decode escaped content back to readable text.

Common Escape Sequences

  • \\" for a quote character
  • \\\\ for a backslash
  • \\n for newline and \\t for tab