dominictarr / JSONStream

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

How to run it ? #74

Open mlotfi2005 opened 9 years ago

mlotfi2005 commented 9 years ago

Hi, I just found your project, downloaded it, but don't know how to run it . Thanks

kenany commented 9 years ago

@mlotfi2005 Have you seen the example?

dmitrymatveev commented 8 years ago

It might also help to study node streams documentation here