Instant JSON Beautification
Paste any ugly or minified JSON string to instantly transform it into formatted, colorized, human-readable code.
json
// Before Pretty Print:
{"id":1,"active":true}
// After Pretty Print:
{
"id": 1,
"active": true
}Instant online JSON pretty printer. Beautify raw minified JSON with syntax highlighting and instant copy.
Paste any ugly or minified JSON string to instantly transform it into formatted, colorized, human-readable code.
// Before Pretty Print:
{"id":1,"active":true}
// After Pretty Print:
{
"id": 1,
"active": true
}Yes! 100% of formatting happens locally in your browser.