json-body

0.0.0 • Public • Published

JSON Body

Concat stream and parse JSON

Example

var fs = require('fs')
  , jsonBody = require('./')
 
var stream = fs.createReadStream(__dirname + '/package.json')
 
jsonBody(stream, function (err, body, stream) {
  if (err) throw err
  console.log(body)
})
list.pipe(process.stdout)

Install

$ npm install json-body

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    3

Package Sidebar

Install

npm i json-body

Weekly Downloads

3

Version

0.0.0

License

MIT

Last publish

Collaborators

  • tellnes