JSON ↔ CSV Converter
Turn JSON into spreadsheets and spreadsheets into JSON — nested objects flattened, Excel-ready output.
- Processed locally — your files never leave your device
- Free, no sign-up
- No file limits
Input
Output
How to use JSON ↔ CSV Converter
- 1
Choose JSON → CSV or CSV → JSON.
- 2
Paste your data — the result appears instantly.
- 3
Copy it or download a .csv / .json file.
Features
- Nested objectsNested fields become dot-path columns like address.city.
- Excel friendlyOptional UTF-8 BOM so accented characters open correctly in Excel.
- Smart typesCSV numbers and booleans become real JSON numbers and booleans.
Frequently asked questions
What JSON shape is supported?
An array of objects (one row each) or a single object. Arrays inside rows are kept as JSON text.
Why do accents look broken in Excel?
Excel assumes a legacy encoding for CSV. Keep “Excel compatible” on so the file includes a UTF-8 marker.
Is my data uploaded?
No. Conversion runs entirely in your browser.