JSON 도구
JSONPath 테스터
안전한 JSONPath 식을 테스트하고 일치 값과 원래 경로를 확인합니다.
Input JSON
Examples: $.users[0].name · $.users[*].name · $.meta
0 matches
All data is processed locally in your browser. Nothing is uploaded or sent to analytics.
대부분의 도구는 브라우저에서 로컬로 처리합니다. 배경 제거는 선택한 이미지를 서버에서 처리한 뒤 원본을 삭제합니다.
Sponsored linkLearn more →
사용 방법
- Paste JSON and enter an expression beginning with $.
- Run the query to see matching values and paths.
- Copy individual values or refine the expression using the examples.
이런 경우에 유용합니다
- Finding fields in API payloads
- Checking a JSONPath before coding
- Extracting repeated array values
알아둘 점
This lightweight tester supports properties, numeric indexes, quoted keys and wildcards; it intentionally does not execute filters or scripts.
자주 묻는 질문
Can JSONPath run JavaScript?
No. Only a safe, declarative subset is parsed; filters and script expressions are rejected.
What does $ mean?
$ represents the root JSON value.