Test JSONPath expressions against JSON samples and get matched results instantly. Perfect for querying API responses, filtering data and learning JSONPath syntax.
100% Local
How to Use the JSONPath Tester
Enter your JSON in the left panel and a JSONPath expression in the top box. Click Test JSONPath and the matched values appear on the right as a JSON array.
Supported syntax
$ root element
.name child property
[0] array index (negative indices supported)
[*] all array elements or object values
..name recursive descent
Chained selectors: $.store.book[*].title
Features
Common JSONPath selectors supported
Recursive descent with ..
Negative array indexing (e.g. [-1])
Results returned as a JSON array
All processing runs locally in your browser. Your data is not uploaded to any server.