stream-serializer

1.1.2 • Public • Published

stream-serializer

wrap a stream of regular js objects into a stream of line seperated json.

build status

testling badge

example

var json = require('stream-serializer').json
 
json(stream) //return a stream that can be piped through a text stream.

or

var ss require('stream-serializer')
 
//get your user to pass in a wrapper option
//which may be the typeof stream that is supported
//of a function that applys the wrapping.
 
ss(opts.wrapper)(stream) 
 

License

MIT

/stream-serializer/

    Package Sidebar

    Install

    npm i stream-serializer

    Weekly Downloads

    21,137

    Version

    1.1.2

    License

    MIT

    Last publish

    Collaborators

    • nopersonsmodules