Ctrl + K
HomeJSON ToolsJSON Escape / Unescape
Free Developer Tool

JSON Escape / Unescape

Convert JSON strings into escaped format or restore escaped strings back to readable text.

What is JSON Escape / Unescape?

Escaping JSON is useful when embedding JSON inside source code, templates or other JSON documents.

How to use

  1. Paste JSON text.
  2. Escape or unescape content.
  3. Copy the result.

Features

  • Escape JSON
  • Unescape JSON
  • Unicode support
  • Fast processing
  • Browser-based conversion

Example

Input
{"message":"Hello"}
Output
{"message":"Hello"}

FAQ

Can I restore escaped JSON?

Yes. The tool supports both directions.

Does it support Unicode?

Yes. Unicode characters are preserved.

Is my data uploaded?

No. Processing happens locally.