JSONPath テスター

JSON データに対して JSONPath クエリを実行し、一致した値とパスを表示します。

JSON
JSON を直接貼り付けるか、このデバイスからファイルをインポートします。無効な JSON はクエリ実行前に検出されます。
JSONPath クエリ
左側の JSON 入力に対して評価する JSONPath クエリを入力します。サンプルを読み込むとすぐに試せます。
結果
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.