dominictarr / JSONStream

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

Fix recurse operator #149

Closed mfogel closed 6 years ago

mfogel commented 6 years ago

This fixes #148

Thanks for your work on JSONStream, super helpful. Let me know if you'd like to see tweaks to this PR - cheers!

szhangpitt commented 6 years ago

I encountered the same issue. @dominictarr can you provide an update? Thanks!

dominictarr commented 6 years ago

merged into 1.3.3

dominictarr commented 6 years ago

thanks!