JSON String Escaper / Unescaper
Escape special characters to safely include a string within a JSON document, or unescape it back to its original form.
Raw String
The original, unescaped text.
Escaped String
The text, safe for JSON embedding.
Escape special characters to safely include a string within a JSON document, or unescape it back to its original form.