Convert JSON arrays of objects into CSV with a header row.
Provide a JSON array of objects, e.g., [{"a":1,"b":2},{"a":3,"b":4}]
The union of all object keys is used as the header row.
No. Everything runs locally in your browser.