dominictarr / JSONStream

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

Update to jsonparse 1.0.0 #51

Closed galniv closed 9 years ago

galniv commented 9 years ago

jsonparse 1.0.0 fixes an infinite loop that would occur if an invalid UTF-8 character was encountered.

dominictarr commented 9 years ago

Okay I have merged this into 0.10.1,

but unfortunately npm has a bug that is preventing me from publishing this. https://github.com/npm/npm/issues/7260 (an issue with considerable backstory)

but you can use this directly from the git repo