Skip to main content

JSON path extractor

Query JSON with JSONPath - dot notation, wildcards, array slices, and recursive descent.

Match paths

$.store.books[0].title"JavaScript"
$.store.books[1].title"TypeScript"
$.store.books[2].title"React"