EasyJsonParser
EasyJsonParser copied to clipboard
Unable to parse nested arrays
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" } ] ] }
Consider improving the implementation so that values can be taken like "Datas [0] [1] .Value"
Any updates about this bug?