Trình kiểm tra JMESPath

Đánh giá biểu thức JMESPath trên dữ liệu JSON và xem kết quả.

JSON
Dán JSON trực tiếp hoặc nhập tệp từ thiết bị này. JSON không hợp lệ sẽ được đánh dấu trước khi chạy truy vấn.
Biểu thức JMESPath
Nhập biểu thức JMESPath để đánh giá trên dữ liệu JSON ở bên trái. Tải ví dụ để thử công cụ nhanh hơn.
Kết quả
Kết quả sẽ cập nhật ngay khi cả đầu vào JSON và biểu thức JMESPath đều hợp lệ.
Kết quả: 3
[
  "Smith",
  "Jones",
  "Wilson"
]

What It Does

Trình kiểm tra 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.