JSON Tools
JSON Viewer
Explore deeply nested JSON without scrolling through raw text: expand or collapse any object or array, search keys and values, and copy a value or its path.
Advertisement
Paste JSON to explore it as a tree
Advertisement
Related tools
Features
- Collapsible tree for objects and arrays, with a live item count when collapsed
- Expand all / collapse all in one click
- Search across keys and values, with matches highlighted and auto-expanded
- Copy any node's value or its path (e.g.
$.data[0].id) on hover
How to use
- Paste JSON into the input box above the tree.
- Click the triangle next to any object or array to expand or collapse it.
- Use the search box to jump to a specific key or value.
- Hover a row to reveal Copy (value) and Copy (path) controls.
Advertisement