JSON Escape / Unescape
Escape or unescape strings for safe embedding inside JSON.
Direction
Escape: raw text → JSON-safe string. Unescape: JSON string → raw text.
Escape → Unescape → Escape are both supported.
Escape or unescape strings for safe embedding inside JSON.
Escape: raw text → JSON-safe string. Unescape: JSON string → raw text.
Escape → Unescape → Escape are both supported.