🔤 JSON Escape / Unescape
Escapes or unescapes a JSON string removing traces of offending characters that could prevent parsing.
JSON Escape Rules
The following characters are reserved in JSON and must be properly escaped to be used in strings:
| Character | Escape Sequence |
|---|---|
| Backspace | \b |
| Form feed | \f |
| Newline | \n |
| Carriage return | \r |
| Tab | \t |
| Double quote | \" |
| Backslash | \\ |
| Forward slash | \/ (optional) |
Copy-paste the JSON to escape or unescape here
Not Checked
Result