json2csv
Convert JSON to CSV
npm downloads npm version npm license
json2csv類似パッケージ:
npmのダウンロードトレンド
3 年
🌟 json2csvのREADME.mdにリアルタイム使用チャートを表示するには、以下のコードをコピーしてください。
## Usage Trend
[![Usage Trend of json2csv](https://npm-compare.com/img/npm-trend/THREE_YEARS/json2csv.png)](https://npm-compare.com/json2csv#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 json2csvのREADME.mdにGitHub Starsトレンドチャートを表示するには、以下のコードをコピーしてください。
## GitHub Stars Trend
[![GitHub Stars Trend of json2csv](https://npm-compare.com/img/github-trend/json2csv.png)](https://npm-compare.com/json2csv)
統計詳細
パッケージ
ダウンロード数
Stars
サイズ
Issues
公開日時
ライセンス
json2csv1,139,2222,72851.2 kB173年前MIT
json2csv のREADME

:warning: WARNING: THIS PACKAGE IS ABANDONED

The code has moved to a new home.

This repository stays as a the historic home of json2csv up until v5. From v6, the library has been broken into smaller libraries that are now published to NPM independently:

  • Plainjs: Includes the Parser API and a new StreamParser API which doesn't the conversion in a streaming fashion in pure js.
  • Node: Includes the Node Transform and Node Async Parser APIs for Node users.
  • WHATWG: Includes the WHATWG Transform Stream and WHATWG Async Parser APIs for users of WHATWG streams (browser, Node or Deno).
  • CLI: Includes the CLI interface.
  • Transforms: Includes the built-in transforms for json2csv.
  • Formatters: Includes the built-in formatters for json2csv. Formatters are the new way to format data before adding it to the resulting CSV.

Up-to-date documentation of the library can be found at https://juanjodiaz.github.io/json2csv