JSONPath Tester
Run JSONPath queries against JSON and preview matches.
What it does
Paste a JSON document and a JSONPath expression (e.g. $.store.book[0].title) and this tool evaluates the expression against your data, showing every matching value.
FAQ
Standard JSONPath syntax, including wildcards (*), recursive descent (..), array slices, and filter expressions (?()).