JSON差分チェッカー
2つのJSONオブジェクトを並べて比較し、追加・削除・変更された項目を即座に確認します。
使い方
2つのJSONオブジェクトを並べて比較し、追加・削除・変更された項目を即座に確認します。
- 1Paste your original JSON into the left text area labeled 'JSON A'.
- 2Paste the modified JSON into the right text area labeled 'JSON B'.
- 3Click Compare to generate the diff. Added keys appear in green, removed in red, and changed values in yellow.
- 4Toggle 'Show unchanged' to hide or show keys that are identical in both JSON objects.
- 5Click 'Copy diff' to copy a plain-text summary of all changes to your clipboard.
主な機能
- Flat key-path comparison — nested objects and arrays are flattened to dot-notation paths for easy scanning
- Color-coded results — green for added, red for removed, yellow for changed, gray for equal
- Inline JSON editing — type or paste directly into either panel with real-time validation
- Copy diff summary — export all changes as plain text with +/−/~ prefixes