Data Converter
Convert JSON arrays of objects to CSV for spreadsheets and reports, or turn a CSV export back into JSON.
Product managers pull JSON API responses into spreadsheets to build reports. Engineers export CSV test fixtures and need them as JSON for a seed script. This tool handles both directions without installing anything — paste your data, pick a direction, and convert.
address.city, address.zip.["admin","user"]) are joined with ; in a single cell.
The first row is treated as the header. Each subsequent row becomes one JSON object, using the header
values as keys. Quoted fields (including ones containing commas or embedded newlines) are parsed correctly.
Turn on "Auto-detect numbers & booleans" to convert numeric-looking cells to JSON
numbers and true/false cells to JSON booleans instead of leaving everything as
a string — useful when you're about to feed the output into code that expects real types.
Not sure which format actually fits your data? See CSV vs JSON: Choosing the Right Format for Your Data.
user.address.city), so the resulting CSV stays flat and spreadsheet-friendly.items[0].name.