JSON Escape / Unescape
Escape special characters for embedding in JSON strings, or unescape JSON-encoded strings back to readable text.
Plain Text Input
Escaped JSON String
Frequently Asked Questions
Which characters are escaped in JSON?
Quotation marks ("), backslashes (\), newlines (\n), carriage returns (\r), and tab characters (\t) are the most common characters that must be escaped in JSON strings.