Paste the JSON response, configuration, or fixture you need to inspect.
Local JSONPath query tool
JSON 안에서 필요한 값을 찾아보세요.
Run a JSONPath query against an API response, configuration file, or fixture locally in your browser.
* Nothing is uploaded. PathLens parses and queries JSON in this browser tab only.
Local JSONPath query tool
Extract a field before wiring it into code
Write a JSONPath query such as $.users[*].email or $..id.
Review the returned values before copying them into a test, script, or ticket.
FAQ
What does PathLens send?
Does PathLens upload my JSON?
No. Parsing and JSONPath evaluation run locally and make no network request.
Which JSONPath engine does it use?
PathLens uses the maintained jsonpath-plus JavaScript library. It does not run jq or fetch a remote URL.