JMESPath 測試器

對 JSON 資料執行 JMESPath 表達式並檢視結果。

JSON
直接貼上 JSON,或從此裝置匯入檔案。無效的 JSON 會在執行查詢前標示出來。
JMESPath 表達式
輸入 JMESPath 表達式,針對左側的 JSON 輸入進行評估。載入範例即可快速試用此工具。
結果
當 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.