What does the JSON ↔ CSV do?
This converter turns a JSON array of objects into CSV rows you can open in Excel or Google Sheets, and turns CSV back into JSON for APIs and scripts. The header row becomes the object keys, and each following row becomes one object.
