JSON Path Evaluator

Run a JSONPath expression against pasted JSON and return matching values instantly. Use the expression field (e.g. $.store.book[*].author), then Evaluate. Processing stays client-side with jsonpath-plus.

Great for API response exploration. Pair with JSONPath Finder when you need the reverse — click a tree node to discover its path.

JSON
Paste or type your content here…
Results

Paste JSON and enter a JSONPath expression to evaluate it.

Frequently Asked Questions

What syntax is supported?
Common JSONPath features via jsonpath-plus, including wildcards and recursive descent.
Invalid JSON?
You get a parse error with line and column on the JSON pane before the path runs.