JSON Path Tester
Extract data from JSON using JSONPath expressions.
Drag & drop a JSON file here, or click to browse
File is read locally — nothing is uploaded to any server
$
Examples:
.store.book[0].title, $..author,
$.store.book[?(@.price < 10)]
Features
- JSON File Upload: Upload a .json file directly — read locally in your browser, nothing is sent to any server.
- Drag & Drop: Drag and drop a JSON file onto the drop zone for quick loading.
- 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
- Upload a JSON file using the file picker, or drag & drop a file onto the drop zone.
- Alternatively, paste JSON in the left box.
- Enter a JSONPath expression (starting with
$or.). - Click Test (or press Enter) to see the extracted data.