How to use JSON Unescape

  1. Paste an escaped JSON string (with \" and \n etc.).
  2. Click Convert to get the raw string.
  3. Copy the result.

Example

Input

Your input or data here

Output

Result will appear here after running the tool

Frequently asked questions

What is JSON unescape?
Reverses JSON string escaping: \n becomes newline, \" becomes quote, etc.