Decode JSON string escape sequences into their represented characters.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
JSON string escape sequences are parsed into their represented characters, including quote, reverse solidus, control escapes, and Unicode surrogate pairs. The decoder processes JSON string syntax only and does not evaluate JavaScript or HTML escapes.
Hello\nWorld\t\"quoted\"
Hello World "quoted"
API inspection, log fixtures, and serialized-data migrations decode JSON strings.