All tools

JSON Path Evaluator

Query JSON data using JSONPath expressions like $.data.items[*].name. Instant browser-based evaluation.

Supports: $ (root), dot notation, [index], [*] wildcard

How to json path

  1. 1

    Paste your JSON.

  2. 2

    Enter a JSONPath expression (e.g. $.items[*].name).

  3. 3

    Click Evaluate to see matching results.

Frequently asked questions

What JSONPath syntax is supported?

Basic dot notation, array indices, and wildcard (*). Deep recursive (..) is not yet supported.

Related tools