ToolPal

JSON差分チェッカー

2つのJSONオブジェクトを並べて比較し、追加・削除・変更された項目を即座に確認します。

使い方

2つのJSONオブジェクトを並べて比較し、追加・削除・変更された項目を即座に確認します。

  1. 1Paste your original JSON into the left text area labeled 'JSON A'.
  2. 2Paste the modified JSON into the right text area labeled 'JSON B'.
  3. 3Click Compare to generate the diff. Added keys appear in green, removed in red, and changed values in yellow.
  4. 4Toggle 'Show unchanged' to hide or show keys that are identical in both JSON objects.
  5. 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

よくある質問

詳しく読む