JSON tree viewer
Paste deeply nested JSON and explore it as a collapsible tree. Expand or collapse everything at once, search for a key or value, and click any node to copy its exact path.
Built for exploring, not just viewing
Big nested API responses are hard to read as raw text — this tree view makes structure and depth obvious at a glance.
$.users[2].email, perfect for the JSONPath tester or your own code.Frequently asked questions
How do I copy the path to a specific value?
Hover any row in the tree and click the small "copy path" button that appears on the right — it copies a dot/bracket path like $.users[2].email to your clipboard.
Can I search inside a large JSON document?
Yes. Type into the search box and every matching key or value is highlighted, with all of its parent branches automatically expanded so you can see it in context.
Is there a limit on how large a JSON document I can view?
There's no hard limit since it renders entirely in your browser, but extremely large documents (tens of thousands of nodes) may render more slowly depending on your device.