We are experiencing higher levels of website traffic, we are trying to expand. Thank you for your understanding.

JSONPath Tester

Test JSONPath expressions against JSON data live in your browser. Enter your JSON and a JSONPath query (e.g. $.store.book[*].author) to see matching values instantly. Supports dot notation, bracket notation, wildcards, array slices, and recursive descent.

Ctrl+Enter to run  ·  Ctrl+K to switch tools  ·  Recent button shows input history

Let AI do the hard part. Fix broken HTML, convert to email-safe HTML, or clean up any markup in one click — 3 free AI runs per day, no account needed.

Try the AI HTML Fixer

FAQ

What is JSONPath?

JSONPath is a query language for JSON, similar to XPath for XML. It lets you extract specific values from a JSON structure using path expressions like $.users[0].name or $..email.

Is my data sent to a server?

No — all processing happens in your browser. Your JSON and query results never leave your machine.