เครื่องมือทดสอบ JMESPath

ประเมินนิพจน์ JMESPath กับข้อมูล JSON และตรวจสอบผลลัพธ์

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.