What steps will reproduce the problem?
We have indefinite json path that points to more than one array:
jsonPath = "$..arr";
json:
{
obj1: {
arr: ["1", "2"]
},
obj2: {
arr: ["3", "4"]
}
}
What is the expected output? What do you see instead?
The read() method must return [["1", "2"], ["3", "4"]]
but it returns ["1", "2", "3", "4"]
What version of the product are you using? On what operating system?
version: 0.8.1
Please provide any additional information below.
The bug is in the FieldsFilter.
Original issue reported on code.google.com by sergey.m...@gmail.com on 7 Nov 2013 at 1:11
Original issue reported on code.google.com by
sergey.m...@gmail.com
on 7 Nov 2013 at 1:11