What JSON shape works best?
An array of objects works best, such as [{"name":"Ada","score":3}]. A single object is treated as one row.
Convert between JSON object arrays and CSV text locally.
The JSON, CSV, delimiter, and output stay in this browser and are not uploaded to Your Free Tools or third parties.
Convert flat JSON object arrays to CSV, or convert header-based CSV to JSON. Comma, semicolon, and tab delimiters are supported.
An array of objects works best, such as [{"name":"Ada","score":3}]. A single object is treated as one row.
The first row is used as headers. Duplicate names get suffixes and empty names become column_1 style labels.
No. Conversion, preview, and downloads run locally in this browser.