JSONPath 테스트기

JSON 데이터에 JSONPath 쿼리를 실행하고 일치하는 값과 경로를 확인합니다.

JSON
JSON을 직접 붙여넣거나 이 기기에서 파일을 가져오세요. 잘못된 JSON은 쿼리 실행 전에 표시됩니다.
JSONPath 쿼리
왼쪽 JSON 입력에 대해 평가할 JSONPath 쿼리를 입력하세요. 예제를 불러오면 도구를 빠르게 시험할 수 있습니다.
결과
JSON 입력과 JSONPath 쿼리가 모두 유효해지면 일치하는 값과 경로가 바로 업데이트됩니다.
일치: 4
[
  "Nigel Rees",
  "Evelyn Waugh",
  "Herman Melville",
  "J. R. R. Tolkien"
]

Overview

JSONPath 테스트기 lets you run JSONPath queries against JSON data directly in the browser and inspect both the matched values and the matched paths side by side.

When To Use It

Use it when you need to prototype a JSONPath query, debug a selector against real payloads, or verify exactly which parts of a JSON document a query is matching.

How It Works

The tool validates the JSON input first, then evaluates the JSONPath query and keeps both result modes available in the same output panel so you can switch between values and paths without rerunning anything.