JSONツール
JSON差分
2つのJSON文書を構造で比較し、追加・削除・変更されたパスを確認します。
Original JSON
Updated JSON
0 differences
The JSON documents are equivalent.
All data is processed locally in your browser. Nothing is uploaded or sent to analytics.
ほとんどのツールはブラウザ内でローカル処理します。背景除去では選択した画像を設定済みサーバーで処理し、完了後に元画像を削除します。
Sponsored linkLearn more →
使い方
- Paste JSON in both panels.
- Choose whether array order matters and run the comparison.
- Copy a path or download a plain-text difference report.
おすすめの用途
- Reviewing API changes
- Comparing configuration versions
- Checking generated JSON
注意点
Arrays compare by index by default. Treating arrays as sets can hide meaningful ordering changes.
よくある質問
Are whitespace changes reported?
No. Both sides are parsed first, so formatting and key order do not create differences.
What does a changed path show?
It shows the previous and new JSON value at that path.