PATH
JSONPath Finder
Test JSONPath expressions against a JSON document live. Supports dot/bracket paths, wildcards, and filters.
Runs entirely in your browser · Your input is never transmitted
JSON
0 BReady
MATCHES
Ready —
How to use
- Paste JSON on the left.
- Type a JSONPath (e.g. $.items[*].name).
- See matches on the right.
Frequently asked
Which JSONPath features?
Basic: $, ., [index], [*], [?(@.field == value)]. Full Goessner/Jayway spec not implemented; common cases covered.