JSONツール

JSONPathテスター

安全なJSONPath式をテストし、一致した値と元のパスを確認します。

Input JSON

Examples: $.users[0].name · $.users[*].name · $.meta

0 matches

All data is processed locally in your browser. Nothing is uploaded or sent to analytics.

ほとんどのツールはブラウザ内でローカル処理します。背景除去では選択した画像を設定済みサーバーで処理し、完了後に元画像を削除します。

使い方

  1. Paste JSON and enter an expression beginning with $.
  2. Run the query to see matching values and paths.
  3. Copy individual values or refine the expression using the examples.

おすすめの用途

  • Finding fields in API payloads
  • Checking a JSONPath before coding
  • Extracting repeated array values

注意点

This lightweight tester supports properties, numeric indexes, quoted keys and wildcards; it intentionally does not execute filters or scripts.

よくある質問

Can JSONPath run JavaScript?

No. Only a safe, declarative subset is parsed; filters and script expressions are rejected.

What does $ mean?

$ represents the root JSON value.

関連ツール