Query & transform

Query JSON

Use JSONPath-Plus for lightweight browser queries. The editor modal also exposes JSONQuery, JMESPath, Lodash and JavaScript transforms.

  1. Enter a JSONPath expression, e.g. $.items[*] or $.nested.object.
  2. Run query to extract matching values from the source document.
  3. The result count is shown in the status bar.
Loading JSON editor…
No result yet Enter a JSONPath expression and run the query.