api documentation for json-csv (v1.4.0)

Export a richly structured, JSON array to CSV

table of contents

  1. module json-csv
    1. function json-csv.csv (options)
    2. function json-csv.csvBuffered (data, options, done)
    3. function json-csv.exporter (options)
    4. object json-csv.exporter.prototype
  2. module json-csv.exporter
    1. function json-csv.exporter (options)
  3. module json-csv.exporter.prototype
    1. function json-csv.exporter.prototype.csv (options)
    2. function json-csv.exporter.prototype.csvBuffered (data, options, done)
    3. function json-csv.exporter.prototype.getBodyRow (data)
    4. function json-csv.exporter.prototype.getHeaderRow ()
    5. function json-csv.exporter.prototype.getValue (data, arg)
    6. function json-csv.exporter.prototype.getValueIx (data, args, ix)
    7. function json-csv.exporter.prototype.prepValue (arg, forceQuoted)

module json-csv

function json-csv.csv (options)

function json-csv.csvBuffered (data, options, done)

function json-csv.exporter (options)

module json-csv.exporter

function json-csv.exporter (options)

module json-csv.exporter.prototype

function json-csv.exporter.prototype.csv (options)

function json-csv.exporter.prototype.csvBuffered (data, options, done)

function json-csv.exporter.prototype.getBodyRow (data)

function json-csv.exporter.prototype.getHeaderRow ()

function json-csv.exporter.prototype.getValue (data, arg)

function json-csv.exporter.prototype.getValueIx (data, args, ix)

function json-csv.exporter.prototype.prepValue (arg, forceQuoted)

[ this document was created with utility2 ]