JSONPath Tester
newRun JSONPath expressions against JSON and see every match live.
100% Client-Side Processing • Your Data Never Leaves Your Browser
About JSONPath Tester
Write a JSONPath expression like $.store.items[*].name or $..price and see every matching path and value update live as you type, against JSON you paste in.
Useful for figuring out the right path to extract a field from a nested API response before hardcoding it into a script, or for exploring the shape of unfamiliar JSON. Evaluation happens entirely in your browser.
Key Features
Dot and bracket notation ($.a.b, $['a'][0])
Wildcards (*) and recursive descent (..)
Live list of matched paths and values
Frequently Asked Questions
Does it support the full JSONPath / jq spec?
It covers the common subset — keys, indices, wildcards, and recursive descent — not filter expressions or scripts.
Related tools