Aligning the stars...
CT

JSON String Escaper

Escape text for use in JSON string values

About JSON String Escaping

This tool helps you prepare text to be used as a string value in JSON. It handles:

  • Double quotes (") - Escaped as \"
  • Backslashes (\) - Escaped as \\
  • Newlines - Escaped as \n
  • Carriage returns - Escaped as \r
  • Tabs - Escaped as \t
  • Form feeds - Escaped as \f
  • Backspace - Escaped as \b
  • Control characters and other special characters

The escaped output can be safely used within JSON string values without breaking the JSON structure.

© 2025 Constellation Networks

v1.0.0-1743140205 | Hosted on the swarm (⌐■_■)