JSONPath Tester

Paste JSON data and query it live with JSONPath expressions, with path templates, hit highlighting and history.

FAQ

Where is the query history stored and is my data safe?
All queries run locally in your browser, so JSON data and expressions are never uploaded. History is kept only in the local storage of this browser, capped at 10 entries, and can be cleared anytime.
What should I check when nothing matches?
First make sure the JSON parses without errors, then check the expression syntax such as array indexes, slices and filter conditions. Hits on objects or arrays are not highlighted, but the result list still shows their structured values.

All data is processed locally in your browser. Nothing is uploaded.