JSONPath Finder
Query and extract data from JSON using JSONPath expressions. Navigate a visual tree, click to get paths, and run queries — all client-side with zero data sent to any server.
Open JSONPath FinderFeatures
JSONPath Queries
Dot notation, wildcards, recursive descent, and array indexing.
Tree View
Interactive tree lets you click any node to copy its path.
Instant Results
See matching values and their paths as soon as you query.
Fully Private
All processing happens locally in your browser.
Frequently Asked Questions
What is JSONPath?
JSONPath is a query language for JSON, similar to XPath for XML. It allows you to select and extract data from a JSON document using expressions like $.store.book[*].author to get all author values from an array of books.
What JSONPath expressions are supported?
This tool supports the most common JSONPath features: $ (root), .key (child access), [n] (array index), [*] (wildcard), ..key (recursive descent), and bracket notation for keys with special characters.
Can I click on a JSON element to get its path?
Yes! The interactive JSON tree view lets you click any node to automatically populate the JSONPath expression field with that element's path. This makes it easy to explore your data and build queries.
Related JSON Tools
JSON Formatter
Format & validate JSON
Try itJSON Validator
Check JSON syntax
Try itJSON Beautifier
Prettify JSON
Try itJSON Minifier
Compress JSON
Try itJSON to CSV
Convert JSON to spreadsheet
Try itJSON to YAML
Convert JSON ↔ YAML
Try itJSON to TypeScript
Generate TS types
Try itJSON Diff
Compare two JSON objects
Try itJSON Schema Generator
Generate schema from JSON
Try itReady to query JSON?
Free, instant, private. No sign-up required.