api documentation for jsonfile (v3.0.0)

Easily read/write JSON files.

table of contents

  1. module jsonfile
    1. function jsonfile.readFile (file, options, callback)
    2. function jsonfile.readFileSync (file, options)
    3. function jsonfile.writeFile (file, obj, options, callback)
    4. function jsonfile.writeFileSync (file, obj, options)
    5. object jsonfile.spaces

module jsonfile

function jsonfile.readFile (file, options, callback)

function jsonfile.readFileSync (file, options)

function jsonfile.writeFile (file, obj, options, callback)

function jsonfile.writeFileSync (file, obj, options)

[ this document was created with utility2 ]