JMESPath-tester

Evaluer JMESPath-uttrykk på JSON-data og inspiser resultatet.

JSON
Lim inn JSON direkte eller importer en fil fra denne enheten. Ugyldig JSON markeres før spørringen kjøres.
JMESPath-uttrykk
Skriv inn et JMESPath-uttrykk for å evaluere det mot JSON-inndataene til venstre. Last inn et eksempel for å prøve verktøyet raskt.
Resultater
Resultatene oppdateres så snart både JSON-inndataene og JMESPath-uttrykket er gyldige.
Resultater: 3
[
  "Smith",
  "Jones",
  "Wilson"
]

What It Does

JMESPath-tester lets you run a JMESPath expression against JSON data directly in the browser. You can inspect the matched result, copy it, or download it as formatted JSON without leaving the page.

When To Use It

Use it when you need to prototype a JMESPath query, debug a filter expression, or verify exactly which values a JSON query will return before you embed that expression somewhere else.

What To Expect

The tool validates the JSON input first, then evaluates the JMESPath expression. If either side is invalid, the error is surfaced immediately. When the query succeeds, the result is formatted as JSON and the result count is shown alongside the output.