Updated
JSON tree viewer explained
View a text tree of JSON types, values and JSON Pointer paths. Container lines show their immediate child count; leaf lines show the actual value. This makes nested data easier to locate without flattening away arrays or nulls.
A worked example
In {"a":[1]}, the number 1 appears at /a/0. A key containing a slash is escaped with ~1 in its pointer path.
Before you use the result
The tree is a read-only outline, not a schema validator. Keys and arrays keep their original order. Large exact numeric IDs must be quoted.
Cite this page
ToolOctopus. “JSON tree viewer.” Updated 2026-09-20. https://tooloctopus.com/json-tree-viewer.
Add an access date if your instructions require one.
Citation formatting uses citeproc-js by Frank Bennett and Citation Style Language styles. Licence and source code.
