EthicalFusion

JSON String Unescaper

Decode an escaped JSON string back into readable text with real line breaks.

Was this tool helpful? Thanks for the feedback!

Decode an escaped JSON string back into readable text, turning \n into real line breaks and \" into quotes. It is the reverse of escaping and runs entirely in your browser.

Frequently asked questions

How do I unescape a JSON string?

Paste the escaped string and click unescape; escape sequences like \n and \" become real line breaks and quotes.

Do I need the surrounding quotes?

It works with or without the outer quotes — the tool handles both.

What is this useful for?

Reading log entries, API payloads or config values that store text as an escaped JSON string.

Is my data private?

Yes, the decoding happens entirely in your browser.