JSON Escape / Unescape
Escape JSON strings for embedding in code or unescape back to readable format
Free online JSON escape/unescape tool. Escape special characters for embedding JSON in strings, or unescape to read.
What Is JSON Escaping?
JSON escaping converts special characters (quotes, backslashes, newlines, tabs) into their escaped equivalents so that a string can be safely embedded inside a JSON value. Unescaping reverses this process to restore the original readable text.
Characters That Get Escaped
"โ\"(double quote)\โ\\(backslash)newlineโ\ntabโ\t