dominictarr / JSONStream

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

Slice syntax of JSONPath not supported #96

Open raine opened 8 years ago

raine commented 8 years ago

On http://jsonpath.com/ you can use $[:2] to get first two items of a JSON array. In JSONStream it doesn't work. Is this just unimplemented or?