read-json

1.0.3 • Public • Published

read-json

Reads and parses a JSON file.

Install

$ npm install read-json

Usage

readJSON('./package.json', function(error, manifest){
 
    manifest.name
    // => 'read-json'
 
})

Readme

Keywords

none

Package Sidebar

Install

npm i read-json

Weekly Downloads

784

Version

1.0.3

License

BSD

Last publish

Collaborators

  • nmjohnson