Test JSONPath expressions against JSON samples and get matched results instantly. Perfect for querying API responses, filtering data and learning JSONPath syntax. 100% Local
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.
$ root element.name child property[0] array index (negative indices supported)[*] all array elements or object values..name recursive descent$.store.book[*].title..[-1])