Free ยท Browser-Based ยท Instant Results
JSON String Escape
Escape or unescape JSON string content and optionally wrap escaped output in quotes.
๐ฏ Common Use Cases
Escape multiline text for JSON payloads
Unescape copied JSON string values
Wrap output in quotes for direct insertion
Keep conversion local
โ Frequently Asked Questions
What does escape mode do?
It converts quotes, backslashes, and newlines into JSON-safe string content.
What does unescape mode do?
It turns JSON string escape sequences back into readable text.
Why wrap output in quotes?
It helps when you want to paste the result directly into a JSON document.