Toolmanor

JSONPath Query

Pull exactly the data you need out of long JSON with a JSONPath expression — such as every user's name, or only products under 10.

How to query JSON with JSONPath

  1. Paste your JSON into the left box.
  2. Type a JSONPath expression into the "Path" box, always starting with $ — for example $.users[*].name to get the name of every user.
  3. The result is a list of the values found. Turn on "Show where each value was found" to see the path of every value.

Frequently asked questions

More JSON tools