JSONPath query tester

All evaluation runs in your browser.

JSON document

JSONPath query

Matches

[
  "JS the Good Parts",
  "Clean Code",
  "Pragmatic Programmer"
]

What this tool does

Test JSONPath expressions against a JSON value and see all matches.

Common patterns

$.store.books[*].title selects every book title. $..price selects every price recursively.