JSON Path Evaluator
Query JSON data with JSONPath expressions. Runs entirely in your browser.
JSONPath Expression
$.store.book[*].title
$.store.book[0]
$..author
$..price
JSON Data
Result
Copy