JSON vs CSV: when to use which
Two of the most common data formats — and the small habits that prevent big headaches.
Two of the most common data formats — and the small habits that prevent big headaches.
CSV is a spreadsheet's native language. JSON is an API's. Pick the wrong one and you'll waste an afternoon converting between them.
Use CSV for flat, tabular data that humans will open in Excel. Use JSON when records nest, when types matter, or when a machine is on the other end.
Every format is a lie about your data — pick the one that lies the least.
Here is the part that turns theory into a habit:
Every tool on this site runs in your browser unless we say otherwise. That changes the trade-offs: nothing to upload, nothing to retain, nothing to leak. The downside is a small ceiling on file size and a dependency on your device's CPU — both acceptable for most editorial workflows.
Most data lives somewhere on the spectrum. Pick the format that lies the least about your shape.
A hand-picked walkthrough from a trusted creator — press play to watch it right here without leaving the article.
From PDF to DOCX, from WebP to HEIC — a practical guide explaining when to use each format and how to pick the right one for the job.
Real‑world tactics for compressing heavy PDFs — from re‑encoding images to cleaning embedded fonts and stripping metadata.
A side‑by‑side benchmark of WebP and JPG across photography, graphics and the open web — including the cases where WebP is the wrong choice.