JSON Path Tester

Sample Templates

Actions

Status

Valid JSON

JSON Input

JSONPath Expression

Result

Common JSONPath Examples

$Root object
$.store.book[*]All books
$.store.book[0]First book
$.store.book[-1]Last book
$.store.book[0,1]First two books
$.store.book[?(@.price < 10)]Books under $10
$..priceAll prices (recursive)
$.store.*All store items
$.store.book.lengthNumber of books

Bookmarks

No bookmarks yet

History

No history yet