Penguji JSONPath

Uji kueri JSONPath pada data JSON dan lihat nilai serta jalur yang cocok.

JSON
Tempel JSON secara langsung atau impor file dari perangkat ini. JSON yang tidak valid ditandai sebelum kueri dijalankan.
Kueri JSONPath
Masukkan kueri JSONPath untuk dievaluasi terhadap input JSON di sebelah kiri. Muat contoh untuk mencoba alat ini dengan cepat.
Hasil
Nilai dan jalur yang cocok akan diperbarui segera setelah input JSON dan kueri JSONPath sama-sama valid.
Kecocokan: 4
[
  "Nigel Rees",
  "Evelyn Waugh",
  "Herman Melville",
  "J. R. R. Tolkien"
]

Overview

Penguji 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.