javiercbk / json_to_dart

Library that generates dart classes from json strings
https://javiercbk.github.io/json_to_dart/
The Unlicense
1.33k stars 371 forks source link

array and map #55

Open shaoting0730 opened 3 years ago

shaoting0730 commented 3 years ago

image image

javiercbk commented 3 years ago

Thanks for reporting. You are right, this is an issue. I know this is a disappointing answer but you are almost there with parsing this structure by writing the class that parses the array of the Autogenerated.

This would be easy for a newcomer so I'll leave this issue open for contributors to implement this.