JSON ↔ CSV物件陣列與表格 CSV 互轉。JSON(物件陣列)[ { "name": "A", "qty": 1 }, { "name": "B", "qty": 2 } ]JSON → CSVCSV(首列為表頭)CSV → JSON