JSON ↔ CSV Converter
Turn an array of JSON objects into CSV, and parse CSV back into JSON.
How it works
Provide a JSON array of objects to get a spreadsheet-friendly CSV with a header row, or paste CSV to rebuild a JSON array. Useful for quick exports and imports without opening Excel.
Example: an array of {id, name} objects becomes a CSV table with a header row.
Input
Output