JSONPath Evaluator
Extract fields from nested JSON with JSONPath (e.g. $.store.book[*].author) — jsonpath-plus, fully client-side.
100% In-Browser & Private — your data never leaves this device
Loading tool...
How to use the JSONPath Evaluator
- Paste a JSON document (API response, config, etc.).
- Enter a JSONPath such as $.store.book[*].author or $..price.
- Review matched values and paths.
- Copy or download the result array as JSON.
FAQ
- Which JSONPath dialect?
- Expressions are evaluated with jsonpath-plus in your browser (common Goessner-style paths plus filters).
- Is my JSON uploaded?
- No. Parsing and extraction stay on your device.
Related tools
More private, in-browser utilities you might need next.
Looking for more? Browse all developer tools · All tools