dominictarr / JSONStream

rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Other
1.92k stars 165 forks source link

Move header emit to before a row is parsed #123

Closed stephenlacy closed 7 years ago

stephenlacy commented 7 years ago

Changed:

stephenlacy commented 7 years ago

As an aside, would you accept a PR for adding sudo: false to the travis.yml file? That flag would enable much faster builds with docker containers on travis

dominictarr commented 7 years ago

merged into 1.3.1, also I set sudo: false for travis! thank you!