OhMyApps
Back to Tools

JSON Path Tester

Test JSONPath expressions against JSON data

Result:
0 matches

How it works

Enter a JSONPath expression to query and extract data from JSON. Supported syntax:

  • $ - Root object
  • .key - Child access
  • [0] - Array index
  • [*] - All array items

Want to learn more?

Read the complete guide with examples and tips

Read guide