Skip to content

JSON query

Filter and extract from any JSON using JSONPath — with live preview.

Examples:
Paste a JSON and write a path to see results.

Features

How it works

  1. Paste any JSON into the input pane — syntax errors are flagged inline as you type.
  2. Write a JSONPath expression such as $.users[*].name, $..price, or $.items[?(@.x>10)] in the path field.
  3. Matching values appear live in the results pane with a match count; copy them or pick a built-in example to start.

Your files never leave this page

Every conversion runs entirely in your browser using WebAssembly. There is no upload, no server-side processing, no analytics, and no cookies. Open DevTools → Network during the operation and you will see zero outbound traffic.

Related tools

Topics covered