Code Flick TechnologiesToolscodeftech.com

JSON Path Query

Query a JSON document with JSONPath ($.users[0].name, $..price, etc) and see matches highlighted live.

100% in your browser. Files never uploaded.
JSON
Matches
[
  "The Pragmatic Programmer",
  "Clean Code",
  "Designing Data-Intensive Applications"
]

How to use

  1. 1
    Paste JSON
    Anything valid.
  2. 2
    Type a JSONPath
    $.foo.bar, $..price, filters with [?(@.x > 1)]. Quick chips at top.
  3. 3
    Read matches
    Returned as a JSON array.

Related tools