PaesslerAG / jsonpath

BSD 3-Clause "New" or "Revised" License
172 stars 37 forks source link

Error when using multiple array ranges #21

Open BorisKozo opened 4 years ago

BorisKozo commented 4 years ago

JSON:

{ "v3":[1,2,3,4,5,6,7]}

Path: $.v3[2:3,5] Expected: [2,5] Actual: Error