☰
Home
/
Data & Formatting
/
JSONPath Evaluator
$..
JSONPath Evaluator
Query JSON with JSONPath expressions
☆
Bookmark
Loading tool…
JSON
{ "store": { "books": [ { "title": "SICP", "author": "Abelson", "price": 35.99 }, { "title": "Clean Code", "author": "Martin", "price": 29.99 }, { "title": "TPOP", "author": "Kernighan", "price": 45.00 } ], "name": "Tech Books" } }
Path query
Evaluate
Supports: $.key, $.arr[0], $.arr[*], $.a.b.c