JSONPath Extractor

Write JSONPath queries to instantly filter, extract, and parse nested data from large JSON documents securely in your browser.

$
Examples: $.store.book[*].author (all authors), $..price (all prices), $.store.book[?(@.price < 10)] (filter by price).