JSONPath playground

Paste your JSON, write a JSONPath expression, and see exactly what it matches — instantly, in your browser. Nothing is uploaded.

Your JSON never leaves your device — everything runs locally in your browser.

How it works

STEP 1

Paste your JSON

Drop in any JSON — an API response, a config file, anything. Hit Format to tidy it up.

STEP 2

Write a JSONPath

Use $ for the root: $.a.b, [0], [*], .. for recursive search, slices and [?(@.price < 10)] filters.

STEP 3

Copy the matches

See every matching value live, then copy or download the result — nothing is uploaded.