JSONPath Tester – Evaluate JSONPath Online

JSONPath is like XPath for JSON. Use the JSONPath tester to experiment with expressions and quickly extract fields from nested JSON.

Open JSONPath Tester

Example JSONPath expressions

  • $.users[*].id – all user IDs.
  • $.orders[?(@.status == "OPEN")] – all open orders.