مختبر JSONPath

اختبر استعلامات JSONPath على بيانات JSON واعرض القيم والمسارات المطابقة.

JSON
الصق JSON مباشرة أو استورد ملفًا من هذا الجهاز. يتم تمييز JSON غير الصالح قبل تشغيل الاستعلام.
استعلام JSONPath
أدخل استعلام JSONPath لتقييمه مقابل إدخال JSON الموجود على اليسار. حمّل مثالًا لتجربة الأداة بسرعة.
النتائج
يتم تحديث القيم والمسارات المطابقة فور أن يصبح كل من إدخال JSON واستعلام JSONPath صالحين.
التطابقات: 4
[
  "Nigel Rees",
  "Evelyn Waugh",
  "Herman Melville",
  "J. R. R. Tolkien"
]

Overview

مختبر JSONPath lets you run JSONPath queries against JSON data directly in the browser and inspect both the matched values and the matched paths side by side.

When To Use It

Use it when you need to prototype a JSONPath query, debug a selector against real payloads, or verify exactly which parts of a JSON document a query is matching.

How It Works

The tool validates the JSON input first, then evaluates the JSONPath query and keeps both result modes available in the same output panel so you can switch between values and paths without rerunning anything.