1. Tools
  2. /
  3. JSONPath Tester
Test JSONPath expressions on JSON data and view the results.
JSONPath expression

JSONPath Testing

Tool for testing JSONPath expressions on JSON data. Paste JSON in the input field and enter an expression.

Supported syntax:

  • $ — root element
  • .key — property access
  • ['key'] — bracket property access
  • [0] — array index
  • [*] — all elements
  • ..key — recursive search

Examples:

  • $.store.book[0].title — first book title
  • $.store.book[*].author — all authors
  • $..price — all prices

🍪 By using this website, you agree to the processing of cookies and collection of technical data to improve website performance in accordance with our privacy policy.