JSON 比對
比對兩個 JSON 物件並標記差異
功能特點
- Side-by-side comparison
- Added, removed, and changed detection
- Color-coded differences
- Deep object comparison
- Array comparison
使用方法
- 1 Paste Original
Paste the original JSON in the left editor.
- 2 Paste Modified
Paste the modified JSON in the right editor.
- 3 Compare
Click Compare to see the differences.
常見問題
How does comparison work?
It performs a deep recursive comparison of all keys and values.