JSON Unescape

Unescape JSON is a JavaScript utility that restores an escaped JSON string or file to its unescaped original state.
Enter Value
Output
bg-pattern

Frequently Asked Questions

JSON Unescape converts JSON strings to plain JSON so you can show text contained in 'pre' tags. The escape sequence character, in most cases, is the backslash (), which will be unwrapped from any input data when the code is parsed.
Unescapes any JSON data removing traces of offending characters that could prevent parsing.