JSON差分ビューアー
2つのJSONオブジェクトを横並びで比較し、追加・削除・変更されたフィールドをハイライト
| Key | Left | Right |
|---|---|---|
| name | "Alice" | "Alice" |
| age | 30 | 31 |
| role | "admin" | "user" |
| tags | ||
| tags[0] | "typescript" | "typescript" |
| tags[1] | "react" | "nextjs" |
| address | ||
| city | "New York" | "New York" |
| zip | "10001" | "10002" |
| active | true |
JSON Diff Viewer — Compare Two JSON Objects
Compare two JSON objects side by side and instantly highlight added, removed, and changed fields. Color-coded diffs make it easy to spot configuration changes, API response differences, and data migrations.
FAQ
How do I compare two JSON files?
Paste the first JSON in the left panel and the second in the right panel. Changes are highlighted: green for added keys, red for removed keys, and yellow for modified values.
What are common use cases for JSON diff?
Comparing API responses before/after a code change, reviewing config file updates, debugging data pipeline transformations, and auditing environment variable changes.
Does JSON diff care about key order?
No — the diff is semantic, not textual. { a: 1, b: 2 } and { b: 2, a: 1 } are treated as identical because JSON objects are unordered by definition.
さらに探す
おすすめのその他の データ&スプレッドシート…
CSVビューアー&エディター
CSVファイルをインタラクティブなテーブルとして表示・並べ替え・フィルタリング・検査 — すべてブラウザ内で
JSONテーブルビューアー
JSONオブジェクト配列を列フィルタリング付きのソート・検索可能なHTMLテーブルとして表示
ExcelをCSVに変換
XLSXとXLS形式のExcelファイルをCSVに変換 — アップロード不要、SheetJSでブラウザ内処理
CSV列抽出ツール
CSVファイルから特定の列を選択して結果をダウンロード — 大規模データセットの整理に最適
CSVにSQLクエリ
アップロードしたCSVファイルに直接SQL SELECTクエリを実行 — サーバー不要
CSVマージツール
複数のCSVファイルを1つに結合 — 並べ替え・重複除去・ヘッダー自動処理
モックデータジェネレーター
リアルな模擬データを生成 — 名前、メール、住所、UUID、日付、カスタムフィールド — JSON、CSV、SQL INSERT文として出力
CSV Splitter
Split a large CSV file into smaller files by row count or by unique values in a column