CalculatorsConvertersDeveloperTextAll toolsDirectory
Submit your tool Sign in
Theme
Home/Data/JSON Unescape

JSON String Unescape

Unescape a JSON string back into the raw text it represents, which is exactly what you need when a value arrives double encoded or wrapped in escaped quotes. Paste an escaped fragment, such as a stringified JSON blob copied out of a log line or an API field, and this tool decodes the backslash escapes: it converts escaped quotes, newlines, tabs, carriage returns, backslashes and four digit unicode sequences back into their real characters. If your input is wrapped in surrounding double quotes it strips them first, and if it is valid stringified JSON it parses it directly for a clean round trip. Paste your escaped string, click unescape, and copy the readable result. Everything runs locally in your browser, so the payloads you decode never leave your device.

How to use JSON Unescape

  1. Paste an escaped JSON string.
  2. Click unescape to decode it.
  3. Copy the readable text.

Frequently asked questions

What does unescaping do?

It takes an escaped JSON string and decodes the backslash escapes, quotes, newlines and unicode sequences back into readable raw text.

What kind of input is this for?

It is for a string that has been JSON-escaped, for example a value copied out of a log or another JSON document where quotes and newlines are backslash-escaped.

Does it handle unicode escapes?

Yes. Backslash-u sequences are decoded back into the characters they represent.

What is JSON Unescape?

Unescape a JSON string back into the raw text it represents, which is exactly what you need when a value arrives double encoded or wrapped in escaped quotes. Paste an escaped fragment, such as a stringified JSON blob copied out of a log line or an API field, and this tool decodes the backslash escapes: it converts escaped quotes, newlines, tabs, carriage returns, backslashes and four digit unicode sequences back into their real characters.

Is JSON Unescape free to use?

Yes. JSON Unescape is completely free, with no sign-up and no usage limits.

Does JSON Unescape work in a web browser?

Yes. JSON Unescape runs in any modern web browser. There is nothing to download or install.

Is my data private with JSON Unescape?

Yes. JSON Unescape runs entirely on your device in your browser, so nothing you enter is uploaded to a server.

Badge

Link this tool from a README, doc or site. The badge links back to this page.

Listed on yourhack.ai

[![Listed on yourhack.ai](https://yourhack.ai/badge/json-unescape.svg)](https://yourhack.ai/json-unescape)