JMESPath-Tester

Evaluieren Sie JMESPath-Ausdrücke auf JSON-Daten und prüfen Sie das Ergebnis.

JSON
Fügen Sie JSON direkt ein oder importieren Sie eine Datei von diesem Gerät. Ungültiges JSON wird markiert, bevor die Abfrage ausgeführt wird.
JMESPath-Ausdruck
Geben Sie einen JMESPath-Ausdruck ein, um ihn mit der JSON-Eingabe auf der linken Seite auszuwerten. Laden Sie ein Beispiel, um das Tool schnell auszuprobieren.
Ergebnisse
Die Ergebnisse werden aktualisiert, sobald sowohl die JSON-Eingabe als auch der JMESPath-Ausdruck gültig sind.
Ergebnisse: 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.