Structured Compare
Compare JSON or XML deeply and see the structural differences natively.
Left Panel
Right Panel
Summary
Total lines: 1
Removed: 0Added: 0Changed: 1
| L# | R# | Left | Right |
|---|---|---|---|
| 1 | 1 | { | { |
| 2 | 2 | "name": "Lohith", | "name": "Lohith", |
| 3 | 3 | - "skills": ["react", "python", "security"], | + "skills": ["react", "python", "cryptography"], |
| 4 | 4 | "active": true | "active": true |
| 5 | 5 | } | } |