JSON ↔ CSV Converter

Convert JSON arrays to CSV spreadsheets and CSV data back to JSON. Handles nested objects, custom delimiters, and instant file download.

Advertisement
Options
Input
Output
Advertisement

About JSON to CSV Converter

This free online tool converts JSON data to CSV (Comma-Separated Values) format for use in spreadsheet applications like Microsoft Excel, Google Sheets, and LibreOffice Calc. It also converts CSV data back to JSON for use in web applications and APIs.

Supported JSON Structures

Delimiter Options

How Nested Objects Are Flattened

When a JSON object contains nested objects, the "Flatten nested objects" option converts them using dot notation. For example, {"address": {"city": "NYC", "zip": "10001"}} becomes columns address.city and address.zip.