Convert JSON arrays to CSV format instantly. Download ready-to-use spreadsheets. Free, private, browser-based.
This free tool converts a JSON array of objects into a properly formatted CSV (Comma-Separated Values) file. All keys from the first object are used as column headers. Nested objects are flattened to their string representation.
[{"a":1,"b":2},{"a":3,"b":4}]. Deeply nested objects are stringified into a single cell.