Package Exports
- stream-serializer
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (stream-serializer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
stream-serializer
wrap a stream of regular js objects into a stream of line seperated json.
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

