inogai

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.

← Back to tools