เครื่องมือทดสอบ 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.