Beautify JSON

Beautify JSON

Paste JSON on the left, then view a colored, foldable tree on the right. Copy still gives plain formatted text.

Paste or type JSON, then beautify.

Formatted
{
"name": "example",
"tags": [
"a",
"b"
],
"nested": {
"ok": true
}
}