Socket
Socket
Sign inDemoInstall

json2csv

Package Overview
Dependencies
7
Maintainers
4
Versions
104
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    json2csv

Convert JSON to CSV


Version published
Weekly downloads
792K
decreased by-18.16%
Maintainers
4
Install size
477 kB
Created
Weekly downloads
 

Readme

Source

: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

Keywords

FAQs

Last updated on 21 Jan 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc