JSON String Escape / Unescape

PHOTO EMBED

Mon Aug 17 2020 21:58:29 GMT+0000 (Coordinated Universal Time)

Saved by @Ohad #json

Escapes or unescapes a JSON string removing traces of offending characters that could prevent parsing.

The following characters are reserved in JSON and must be properly escaped to be used in strings:

Backspace is replaced with \b
Form feed is replaced with \f
Newline is replaced with \n
Carriage return is replaced with \r
Tab is replaced with \t
Double quote is replaced with \"
Backslash is replaced with \\
content_copyCOPY

https://www.freeformatter.com/json-escape.html