dominictarr / JSONStream

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

Upgrade jsonparse in order to address issue #10 #21

Closed EugenDueck closed 12 years ago

EugenDueck commented 12 years ago

Issue #10: parser barfs on numbers in exponential notation is supposed to be fixed by version 0.0.2 of jsonparse:

dominictarr commented 12 years ago

cheers, merged into JSONStream@0.4.2

EugenDueck commented 12 years ago

Thanks.