developer
Free
No signup
JSONPath Query Tool
Execute JSONPath expressions against JSON data to extract, filter, and explore nested structures.
Loading tool…
About this tool
Paste any JSON document and run JSONPath queries to extract exactly the data you need. Supports root ($), child (.key), recursive descent (..key), wildcards ([*]), array indices, unions, and filter expressions like [?(@.age > 18)]. Results are displayed as highlighted JSON with a query history for quick re-runs.
How to use
- 1 Step 1: Paste or type your JSON data into the input panel on the left.
- 2 Step 2: Enter a JSONPath expression in the query field (e.g. $.store.book[*].author).
- 3 Step 3: Click 'Run Query' or press Ctrl+Enter to execute.
- 4 Step 4: View the matched results as highlighted JSON. Click 'Copy Result' to copy to clipboard.