Skip to content
Developer Tools

JSON Path Tester

Query and extract data from JSON objects with live JSONPath expressions.

100% client-side: your files never leave your browser

Supported Syntax Examples

$
Root object
$.store.bicycle
Child property
$..price
Deep scan for key
$.store.book[*].author
All items/keys
$.store.book[0]
N-th array element
$.store.book[0:2]
Array slice range