Skip to content

dominictarr/stream-serializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stream-serializer

wrap a stream of regular js objects into a stream of line separated 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 applies the wrapping.

ss(opts.wrapper)(stream) 

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •