Search for a tool or command
Explore JSON as a collapsible, interactive tree.
The JSON Tree Viewer renders your document as an expandable tree so you can navigate deep structures without scrolling through raw text. Collapse branches you do not need, expand the ones you do, and see the type and size of each node at a glance. It is the fastest way to understand the shape of an unfamiliar or large JSON payload.
Add the document you want to explore into the input.
Open the branches you care about and collapse the rest to focus.
Find keys or values quickly and read the type and size of each node.
Copy any node's value or its full path for use elsewhere.
Objects and arrays become collapsible branches.
Input
{
"order": {
"id": "A-100",
"items": [
{ "sku": "TS-1", "qty": 2 },
{ "sku": "MG-9", "qty": 1 }
]
}
}Pretty-print JSON with configurable indentation and instant validation.
Query JSON with JSONPath expressions and see live results.
Analyze JSON size, depth, key counts, and type distribution.
Flatten nested JSON into single-level dot-notation key paths.