Diff Checker — User Guide
The Diff Checker compares two text blocks, code files, or JSON structures and highlights additions, deletions, and modifications live in your browser.
View Modes & Features
- Unified Inline Diff: View modifications combined in a single scrollable pane with additions (
+) in green and deletions (-) in red. - Side-by-Side Split View: Parallel two-column comparison highlighting modified lines on the left (Original) vs. right (Modified).
- Structural JSON Comparison: Parses both inputs as JSON objects and evaluates key-level additions, deletions, and value mutations.
- Diff Stats: Live count of added lines (
+), removed lines (-), and unchanged lines. - Whitespace & Case Options: Toggle options to ignore trailing/leading whitespace or evaluate case-insensitively.