EasyJsonParser icon indicating copy to clipboard operation
EasyJsonParser copied to clipboard

Unable to parse nested arrays

Open ayumax opened this issue 5 years ago • 2 comments

For example, the following nested array cannot be parsed.

{ "Data": [ [ { "Name": "ABC", "Value": "1" }, { "Name": "DEF", "Value": "AAAA" } ], [ { "Name": "ABC", "Value": "2" }, { "Name": "DEF", "Value": "BBBB" } ] ] }

ayumax avatar Jan 06 '21 12:01 ayumax

Consider improving the implementation so that values can be taken like "Datas [0] [1] .Value"

ayumax avatar Jan 06 '21 12:01 ayumax

Any updates about this bug?

doninpr avatar Jun 18 '21 15:06 doninpr