JSON Path Finder

Query JSON data using JSONPath syntax ($.., $.store.book[*].author, filters). Extract matching values with full path display.

Examples:
$.store.book[*].author
$.store.book[?(@.price<10)].title
$..book[0].title
$.store.*
$..price
$.store.book.length