$..
JSONPath Tester
Runs in your browserInput
Output
Ready — zero server calls
Related Tools
How to Use
- Enter a JSONPath expression on the first line.
- Add --- separator, then paste your JSON data below.
- See matching results highlighted instantly.
Test JSONPath Expressions
JSONPath is a query language for JSON, similar to XPath for XML. Test your JSONPath expressions against real data and see matching results instantly.
JSONPath Syntax
Use dot notation ($.store.book), bracket notation ($['store']), wildcards ($..price), array slices ([0:3]), and filter expressions (?(@.price < 10)) to query complex JSON structures.