๐
JSON to CSV
Convert an array of JSON objects into CSV.
๐ Converted locally in your browser.
About
The converter collects every key across all objects to build the header row, then escapes values containing the delimiter, quotes or newlines per the CSV convention. Nested objects are stringified as JSON.