JSONPath Tester
Run JSONPath queries against a document and see matching values.
Runs locally · Nothing uploaded
JSON document
Matches
Result will appear here…Advertisement
About JSONPath Tester
Evaluates a JSONPath expression such as "$.store.book[*].author" against your JSON and lists every match. Supports child access, wildcards, array indices and slices, and recursive descent. Results update live as you edit either the document or the path, making it easy to iterate toward the right query.
Related tools
JSON & DataRuns locally in your browser.JSON FormatterPretty-print minified or messy JSON with consistent indentation.JSON & DataRuns locally in your browser.JSON FlattenerFlatten nested JSON into a single level of dot-notation keys.JSON & DataRuns locally in your browser.JSON ValidatorCheck whether text is valid JSON and pinpoint the first syntax error.