JSON Tools

Unescape JSON

Unescape JSON strings to convert them back to readable format. Handles escaped quotes, backslashes, newlines, tabs, and Unicode sequences. Optionally prettify the output for better readability.

Updated 2025-12-03

JSON Unescape Tool

Unescape JSON string literals

Convert escaped JSON strings back to readable format.

Unescape Options

How to use

  • Paste your escaped JSON string (e.g., from API responses or logs)
  • Select options for quote removal and prettification
  • Click "Unescape JSON" to convert back to readable JSON
  • Copy or download the clean result
Supported escapes: \" → ", \\ → \, \n → newline, \t → tab, \uXXXX → unicode

Related tools

Unescape JSON | JSON Tools