Skip to main content

JSONPath Evaluator

v1.0.1

Evaluate JSONPath expressions against any JSON document and inspect the matched results.

Evaluates JSONPath expressions against a JSON document and displays matched values, useful for querying nested data.

How to use
  • Paste your JSON into the document panel and type a JSONPath expression (e.g. $.store.books[*].title).
  • Matched nodes are highlighted in the document tree.
  • Try 'strict mode' to get an error for expressions that match nothing.
  • Try a preset from the example picker to see sample input.