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
}Pretty print JSON online instantly. Paste minified or ugly JSON and get formatted, syntax-highlighted output you can copy in one click. Free, no signup.
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.