The JSONPath tool queries nested JSON properties, array indexes, and wildcard results locally in the browser.
Loading...
Examples and limits
Supported syntax includes $, dot properties, array indexes, bracket properties, and the * wildcard. Recursive descent and filter expressions are not supported.
Usage
- Use $.users[*].name to query every user name.
- Results include the matching path and value.
- Invalid JSON or expressions show an inline error.