Convert JSON arrays to CSV format instantly. Handles nested keys, escapes commas and quotes. Download as .csv file or copy to clipboard.
Paste a JSON array aboveA JSON to CSV converter transforms structured JSON array data into comma-separated values format that can be opened in spreadsheet applications like Excel, Google Sheets, or LibreOffice Calc. JSON is the standard format for APIs and databases, but when you need to analyze data, create reports, or share with non-technical stakeholders, CSV is far more accessible. This tool automatically detects all unique keys across every object in your JSON array and uses them as column headers. Values containing commas, double quotes, or newlines are properly escaped following RFC 4180 standards, so your CSV imports cleanly into any spreadsheet tool. The conversion happens entirely in your browser — your data is never uploaded to any server. You can copy the CSV output to your clipboard or download it directly as a .csv file. Whether you are exporting database records, converting API responses for analysis, or preparing data for a business report, this converter handles the tedious formatting work instantly.
Paste a JSON array of objects into the input area. Each object in the array becomes one row in the CSV output. The tool auto-detects all keys across all objects to build the header row.
The converter instantly generates CSV with proper escaping. Values with commas or quotes are wrapped in double quotes automatically. Check the preview to confirm your data looks correct.
Click Download to save the result as a .csv file that opens directly in Excel or Google Sheets. Or click Copy to paste the CSV data into another application.
Pretty-print and validate JSON with 2 / 4 space indentation.
Convert CSV data to a JSON array of objects. Handles quoted fields and commas.
Beautify messy HTML with proper indentation or minify it for production.
Minify HTML by stripping comments, collapsing whitespace. Shows size savings.
Beautify CSS with proper indentation or minify it for production. Strips comments.
Minify CSS by stripping comments, collapsing whitespace, removing trailing semicolons.