Convert JSON to CSV. Latest version: 6.0.0-alpha.2, last published: 2 years ago. Start using json2csv in your project by running `npm i json2csv`. There are 1541 other projects in the npm registry using json2csv. $ npm i json2csv $ npm i --save-dev @types/json2csv // typescriptの場合 オブジェクトをCSVに変換 適当に実装します。 type Data = { id: number name: string price: number someSecret: string date: Date } const data
