Tree Explorer + JSONPath

Traverse nested JSON/XML structures, then query JSON with copyable result rows.

Explore & query JSON, XML, YAML & CSV structure

Turn a wall of nested data into something you can navigate. Paste JSON, XML, YAML, or CSV and the viewer renders it as a collapsible, syntax-highlighted tree. Expand and collapse subtrees, search across every key and value with a live match count, and click any key to copy its dot-notation path.

For JSON, run JSONPath queries such as $.users[0].email or $..id and get a table of matching paths, types, and values with per-row copy. Everything runs 100% client-side — nothing you paste is uploaded. It is free, needs no account, and works offline once loaded.

Which query language does the tree use?

JSONPath, for JSON input. Expressions start with $; dot, bracket, wildcard, and recursive-descent (..) selectors are supported.