github zemirco/json2csv v3.0.0
Super Fields and Nested by Default

latest releases: v5.0.7, v6.0.0-alpha.1, v6.0.0-alpha.0...
8 years ago

Breaking Changes

  • nested has been removed as an option. All fields support nesting by default (see #74).

Features

  • fields has been overhauled to accept an object (see #78) with the following form:

    • label - optional, defaults to the value of value
    • value - required, Can be a string, or a function that receives the row as a param, see the README.
    • default - optional, overrides the defaultValue option.

    It can also just be a string, which is the value.

Don't miss a new json2csv release

NewReleases is sending notifications on new releases.