API export
Convert a JSON response into CSV so it can be opened in a spreadsheet.
Convert a JSON response into CSV so it can be opened in a spreadsheet.
Flatten simple nested object fields into dotted CSV columns.
Copy or download CSV without sending private JSON to a server.
This converter parses JSON in your browser and turns arrays or objects into CSV rows. Object fields become columns, nested object fields use dotted names, and arrays inside fields are kept as JSON text inside the CSV cell.
No. The conversion runs in your browser and the site does not receive the JSON you paste.
An array of objects works best because each object becomes a CSV row.
Nested object fields are flattened with dotted column names, such as address.city.