JSON Escape / Unescape / Validate
When embedding text in JSON configs or APIs you need correct escaping. Escape produces a JSON string literal; Unescape parses JSON text back; Validate checks strict JSON documents.
JSON Escape / Unescape / Validate
How to Use This Tool
- Escape: wraps your text in a valid JSON string (quotes and escapes).
- Unescape: parses pasted JSON (string, object, array, etc.) and shows the result.
- Validate: checks whether the input is valid JSON.
Features
- JSON.stringify escaping
- JSON.parse unescape
- One-click validation message