Dev Tools

JSON Tree Viewer

Paste JSON and explore it as an interactive, collapsible tree. Types are color-coded and paths appear on hover.

JSON Input
Tree View
stringnumberbooleannull
{
"name": "John Doe"
"age": 30
"active": true
"address": {
"street": "123 Main St"
"city": "Springfield"
"zip": null
}
"tags": [
0: "developer"
1: "designer"
]
"projects": [
0: {
"name": "Alpha"
"stars": 42
}
1: {
"name": "Beta"
"stars": 17
}
]
}
Was this page helpful?

Related tools