Compare tools
Pick the right utility when two tools overlap. Every linked tool runs in your browser.
- CSV vs TSV — when to use each
Both represent tables as plain text. Commas are universal; tabs avoid quoting headaches when cells contain commas.
- Text diff vs JSON diff
Line-oriented diff is fastest for prose and configs; structural JSON diff ignores key order and focuses on data changes.
- YAML ↔ JSON standalone vs full JSON workspace
Quick converters are perfect for one-off files; the JSON workspace adds validation, tree view, and batch transforms.