JSONPath Query

Filter and inspect JSON values with JSONPath expressions.

The JSONPath tool queries nested JSON properties, array indexes, and wildcard results locally in the browser.

Loading...

Examples and limits

Supported syntax includes $, dot properties, array indexes, bracket properties, and the * wildcard. Recursive descent and filter expressions are not supported.

Usage

  • Use $.users[*].name to query every user name.
  • Results include the matching path and value.
  • Invalid JSON or expressions show an inline error.
Licensed under CC BY-NC-SA 4.0

Report a problem

The links prefill this page's title and address. Add what happened and how to reproduce it.