DevUtilX

JSON Path Tester

Evaluate JSONPath expressions on JSON data instantly.

How to Use the JSON Path Tester

  1. Paste your JSON data in the left editor.
  2. Enter a JSONPath expression (e.g. $.store.book[*].title).
  3. Click Run to evaluate the JSONPath.
  4. View matching results in the right panel.
  5. Copy the results using the copy button.

💡 Pro Tip: JSONPath lets you filter and navigate JSON just like XPath for XML. Great for testing API responses!