dominictarr / JSONStream

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

Streaming only an object's keys #161

Open andybarron opened 6 years ago

andybarron commented 6 years ago

When receiving a very large object, is there any way to pipe out only they object's keys?