JSON Path Tester
Extract data from JSON using JSONPath expressions.
$
Examples:
.store.book[0].title, $..author,
$.store.book[?(@.price < 10)]
Features
- Live Testing: Evaluate JSONPath expressions against your JSON data.
- Standard Compliance: Supports standard JSONPath syntax (dot notation, bracket notation, recursive descent, filters).
- Instant Feedback: See results immediately as you refine your query.
How to Use
- Paste logic JSON in the left box.
- Enter a JSONPath expression (starting with
$or.). - Click Test (or press Enter) to see the extracted data.