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.