JSON Escape / Unescape

Escape and unescape JSON strings online for free. Convert quotes and special characters safely in your browser.

Result
Result will appear here...

Processing happens locally in your browser. Do not paste passwords, API keys, or confidential data.

How to use

  1. Paste your text into the input area.
  2. Click Escape or Unescape.
  3. Copy the result.

Example

Escape

Hello "World"

Output

Hello \"World\"

FAQ

Does escape process full JSON documents?

This tool escapes and unescapes string content. Use the formatter for full JSON documents.

Related Tools