Converts a JSON array of objects to a CSV file, automatically extracting all unique keys across all objects as column headers. Handles missing fields with empty cells. Output is ready to open in Excel, Google Sheets, or any CSV-compatible application.
Turn API response data or database exports into spreadsheet-ready CSV without writing a script. To go the other way, use the CSV to JSON converter.
JSON array to CSV
Input
[{"name":"Alice","score":95},{"name":"Bob","score":87}]Output
name,score Alice,95 Bob,87
Convert CSV data into a JSON array of objects.
Beautify, minify, and validate JSON with syntax highlighting.
Format and validate CSV data with custom delimiter options.
Convert JSON to YAML format instantly.
Convert Markdown to HTML instantly.
Convert HTML markup to clean Markdown syntax.