Search for a command to run...
Query JSON data locally with a safe JSONPath subset.
All processing happens locally in your browser. No input is sent to a server.
Limits: JSON 500KB, path 1024 bytes, node visits 50000, results 1000
Run a query to see matched results.
What
JSONPath is a path query syntax to select values from JSON documents.
Cases
Find target fields in large JSON payloads
Debug API response structures
Validate path expressions
How To
Paste JSON and evaluate a path expression.
Paste your JSON payload in the input panel.
Type a JSONPath expression such as $.store.book[*].author.
Run the query and copy matched path/value pairs.
Knowledge
FAQ