Escape JSON String
Escape a string so it can be embedded inside a JSON string value (newlines, tabs, and quotes are backslash-escaped), or unescape it back to the original text.
Escape a string so it can be embedded inside a JSON string value (newlines, tabs, and quotes are backslash-escaped), or unescape it back to the original text.