JSON ↔ CSVConvert between object array and CSV table.JSON (array of objects)[ { "name": "A", "qty": 1 }, { "name": "B", "qty": 2 } ]JSON → CSVCSV (header row)CSV → JSON