ToolHop.

ADVERT

๐Ÿ” JSON Path Explorer

Run JSONPath-style queries in your browser. Inspect JSON payloads, test filters, and copy matching values instantly.

JSON Path Explorer

Explore JSON payloads with JSONPath-style queries. Supports dot and bracket notation, deep scans ($..), wildcards, array filters, and quick copy of the results.

JSON Input

Paste a JSON document to query.

JSONPath Query

Normalized
$.store.book[*].title
Matches
4
Nodes visited
10

Query Results

  • $.store.book[0].title
    "Sayings of the Century"
  • $.store.book[1].title
    "Sword of Honour"
  • $.store.book[2].title
    "Moby Dick"
  • $.store.book[3].title
    "The Lord of the Rings"

ADVERT

ADVERT