JSONPath Test Aracı

JSON verileri üzerinde JSONPath sorgularını test edin ve eşleşen değerleri ile yolları görüntüleyin.

JSON
JSON'u doğrudan yapıştırın veya bu cihazdan bir dosya içe aktarın. Geçersiz JSON, sorgu çalıştırılmadan önce işaretlenir.
JSONPath Sorgusu
Soldaki JSON girdisine karşı değerlendirmek için bir JSONPath sorgusu girin. Aracı hızlıca denemek için bir örnek yükleyin.
Sonuçlar
JSON girdisi ve JSONPath sorgusu geçerli olur olmaz eşleşen değerler ve yollar hemen güncellenir.
Eşleşmeler: 4
[
  "Nigel Rees",
  "Evelyn Waugh",
  "Herman Melville",
  "J. R. R. Tolkien"
]

Overview

JSONPath Test Aracı 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.