Convert escaped JSON strings to readable JSON format - perfect for API responses and log files
Try the string to JSON converter with sample data
Remove escape characters from JSON strings and get clean, readable JSON instantly — free and entirely in your browser
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 this Unescape JSON Online tool to remove backslashes from escaped JSON strings and convert them to clean, readable JSON in 3 simple steps
This free Unescape JSON Online tool removes backslashes from escaped JSON strings. Paste your escaped string from API responses, log files, or database records — the converter automatically detects and parses escape sequences.
"{\\"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 Unescape JSON Online 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 Unescape JSON Online result in the format you need. Download formatted JSON for development, minify for production, or copy the unescaped JSON directly to your clipboard.
Common questions about removing escape characters from JSON strings
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
Convert, format, fix, and minify XML
Generate code and format other languages