JSON Escape & Unescape Online
Escape and unescape JSON strings instantly. Handle special characters, newlines, and quotes in JSON values. Free online JSON escape tool for developers.
FAQ
What characters need escaping in JSON strings?
JSON requires escaping double quotes (\"), backslashes (\\), and control characters including newline (\n), carriage return (\r), tab (\t), backspace (\b), and form feed (\f). Any character outside the basic ASCII range can optionally be escaped using Unicode sequences like \u00e9.