JSON Tools
Unstringify JSON
Parse JSON that has been JSON.stringify()'d multiple times. Handles escaped quotes, backslashes, and nested stringified JSON. Shows processing steps and recursively unescapes until reaching a valid JSON object.
Updated 2025-12-03
JSON Unstringify
Parse Stringified JSON
Recursively parse double/triple escaped JSON strings back to proper objects.
Choose how to format the parsed output.
Try an example:
Paste JSON that has been serialized multiple times (escaped quotes, backslashes, etc.)
Tip: This tool handles JSON that has been `JSON.stringify()`'d multiple times, or extracted from strings in logs/databases where escape sequences pile up. It recursively unescapes until it reaches a valid JSON object or array.