ToolBuddy
In Browser

JSONPath Tester

Query JSON with JSONPath in the browser. Paste a document, enter a path such as $.users[*].id, and copy matching values. No remote query engine.

Runs in your browser. Nothing is uploaded.

Loading tool…

About this tool

Query JSON with JSONPath. Paths such as $.users[*].name run in the browser via jsonpath-plus.

How to use: paste JSON, enter a path, copy the match array. Invalid JSON or path syntax shows an error.

Example: $.users[*].name on a users array returns the name list. Related: JSON formatter to inspect the document first.

Related Web tools