dominictarr / JSONStream

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

parse an array? #34

Closed kilianc closed 11 years ago

kilianc commented 11 years ago
[ 1, 2, 3 ]

How configure the parser to emit every row?

kilianc commented 11 years ago

var parser = JSONStream.parse('*')