dominictarr / JSONStream

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

Remove root event #54

Closed santigimeno closed 9 years ago

santigimeno commented 9 years ago
dominictarr commented 9 years ago

Thanks, yes, it shouldn't emit the root event if it's not gonna work correctly. for the record, I'd be happy to add this back, if someone made a pull request.

dominictarr commented 9 years ago

merged into 1.0.1, will be npm published when npm/npm#7195 is resolved.