Query & transform
Query JSON
Use JSONPath-Plus for lightweight browser queries. The editor modal also exposes JSONQuery, JMESPath, Lodash and JavaScript transforms.
- Enter a JSONPath expression, e.g. $.items[*] or $.nested.object.
- Run query to extract matching values from the source document.
- The result count is shown in the status bar.
Source document
Loading JSON editor…
Query & result
No result yet Enter a JSONPath expression and run the query.