JMESPath テスター

JSON データに対して JMESPath 式を評価し、結果を確認します。

JSON
JSON を直接貼り付けるか、このデバイスからファイルをインポートします。無効な JSON はクエリ実行前に検出されます。
JMESPath 式
左側の JSON 入力に対して評価する JMESPath 式を入力します。サンプルを読み込むとすぐに試せます。
結果
JSON 入力と JMESPath 式の両方が有効になると、結果がすぐに更新されます。
結果: 3
[
  "Smith",
  "Jones",
  "Wilson"
]

What It Does

JMESPath テスター 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.