Skip to main content
Tools JSON
PATH

JSONPath Finder

v1.0 · Everything below stays in your browser

Test JSONPath expressions against a JSON document live. Supports dot/bracket paths, wildcards, and filters.

Runs entirely in your browser · Your input is never transmitted

JSON
0 BReady
MATCHES
 
Ready

How to use

  1. Paste JSON on the left.
  2. Type a JSONPath (e.g. $.items[*].name).
  3. See matches on the right.

Frequently asked

Which JSONPath features?

Basic: $, ., [index], [*], [?(@.field == value)]. Full Goessner/Jayway spec not implemented; common cases covered.