Convert escaped JSON strings to readable JSON format - perfect for API responses and log files
Try the string to JSON converter with sample data
Convert escaped JSON strings to readable JSON format — unescape & parse instantly
Convert escaped JSON strings to readable JSON format - perfect for API responses and log files
Try the string to JSON converter with sample data
Use our free String to JSON converter to parse escaped JSON strings into readable, formatted JSON in 3 simple steps
Paste your escaped string into the String to JSON converter (e.g., from API responses, log files, or database records). Our tool automatically detects and parses escaped characters to convert your string to JSON.
"{\\"holiday\\":\\"Christmas\\",\\"date\\":\\"2025-12-25\\",\\"playlist\\":[\\"Jingle Bells\\",\\"Silent Night\\",\\"Last Christmas\\"],\\"giftExchange\\":{\\"participants\\":4,\\"location\\":\\"Living Room\\",\\"time\\":\\"18:00\\"},\\"tree\\":{\\"type\\":\\"Norway Spruce\\",\\"height_ft\\":7.5,\\"lights\\":[\\"red\\",\\"green\\",\\"warm white\\"]},\\"metadata\\":{\\"source\\":\\"string-to-json demo\\",\\"tool\\":\\"https://jsontotable.net/string-to-json\\"}}"Watch your String to JSON conversion instantly produce a beautifully formatted, readable JSON object. All escape characters are properly parsed and the output is indented for clarity.
{
"holiday": "Christmas",
"date": "2025-12-25",
"playlist": [
"Jingle Bells",
"Silent Night",
"Last Christmas"
],
"giftExchange": {
"participants": 4,
"location": "Living Room",
"time": "18:00"
},
"tree": {
"type": "Norway Spruce",
"height_ft": 7.5,
"lights": [
"red",
"green",
"warm white"
]
},
"metadata": {
"source": "string-to-json demo",
"tool": "https://jsontotable.net/string-to-json"
}
}Export your String to JSON result in the format you need. Download formatted JSON for development, minify for production, or copy the converted JSON directly to your clipboard.
Common questions about converting escaped strings to JSON
Edit, format, and beautify JSON
Validate, fix, and inspect JSON
Compare, measure, and map JSON
Convert JSON to other formats
Convert other formats to JSON
Generate code and format other languages