Convert a JSON array to CSV format.
Converts an array of JSON objects into CSV text. The first object's keys become the header row.
1. Paste a JSON array (e.g. [{ "a": 1 }, ...]) in the input.
2. Click Convert. The CSV output uses the first object's keys as columns.