Free JSON Path Finder
Parse JSON into an interactive tree view. Click any value to see its JSON path ($.users[0].name). Search by key, view stats, and copy paths instantly. No signup required.
100% free — no account needed
Free JSON Path Finder Features
Interactive tree with path extraction
Click for Path
Click any value to see and copy its JSONPath expression.
Key Search
Filter the tree by key name to find specific fields quickly.
JSON Stats
Total keys, maximum nesting depth, and array count at a glance.
Collapsible Tree
Expand and collapse objects and arrays to explore your JSON structure.
FAQ
What is JSONPath?
JSONPath is a query language for JSON, similar to XPath for XML. $.store.book[0].title selects the title of the first book in a store object.
Can I use these paths in code?
Yes. JSONPath expressions work with libraries like jsonpath, lodash's _.get(), or JavaScript's optional chaining (data?.users?.[0]?.name).
What's the maximum JSON size?
The tool handles typical JSON files (up to a few MB). Very large files may slow the browser. For huge datasets, use a CLI tool like jq.
More JSON Tools
JSON formatter, JSON to CSV, and more developer utilities.