Escape or unescape special characters in JSON strings. Convert newlines, quotes, and tabs. Built for developers and technical teams who need fast, accurate, repeatable workflows.
JSON requires certain characters to be escaped within strings. Newlines become \n, tabs become \t, double quotes become \", and backslashes become \\. This tool handles all standard JSON escape sequences.
When unescaping, the tool converts escape sequences back to their original characters. This is useful when working with JSON data that has been stringified or when debugging API responses.
Enter or paste text in the input field.
Select Escape or Unescape mode.
The result updates automatically. Click to copy.
Developer utilities