βοΈ Utilities
Diff Viewer
Compare two texts side-by-side with line-by-line diff highlighting. Clearly shows additions β , deletions β and modifications β . Works with plain text, JSON, YAML, configs and code.
π
Original
π
Modified
Tip: Paste JSON or YAML into both sides and format them first using the Format Converter to get a clean structural diff rather than a whitespace-heavy one.
π How to Use This Tool
βΌ
1
Paste original on left, modified on right
2
Diffs highlight: green=added, red=deleted, yellow=changed
3
Toggle Side-by-side or Unified mode
4
Enable Ignore case or Ignore whitespace
π Examples
K8s diff
Input: replicas: 2 β 5
Output: Yellow highlight on changed line