↔️ 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