tools.jsonpath.title
tools.jsonpath.description
JSON Data
JSONPath Query
Query Results
Enter JSON data and JSONPath query to see results
Common Queries
JSONPath Reference
$
Root object/element.property
Child property[property]
Child property (bracket notation)[n]
Array index[*]
All elements/properties..property
Recursive descent[start:end]
Array slice[?(@.prop)]
Filter expression[@.length-1]
Script expression$..book[?(@.price<10)]
Complex filter exampleQuery Features
- • JSONPath expression support
- • Filter expressions
- • Array slicing
- • Recursive descent
Common Use Cases
- • Data extraction
- • API response parsing
- • Configuration queries
- • Data validation
Performance
- • Client-side processing
- • Execution time tracking
- • Result count display
- • Memory efficient