YYModel icon indicating copy to clipboard operation
YYModel copied to clipboard

多级嵌套的,怎么处理?比如字典嵌套数组,数组嵌套字典,字典再有数组。

Open hemilr opened this issue 5 years ago • 1 comments

arry[ id : 1, name : wangzi dataArry[ object[0], object[1] ] ]

类似这样的数据结构,最外一层是数组,每个数组里面包含一层字典加数组的结构。在最外层数组模型里面用modelCustomClassForDictionary返回class返回的是当个模型,不能返回里面包含的数组模型。

hemilr avatar Nov 20 '18 13:11 hemilr

解决了吗 我也遇到这种问题了

shicymenta avatar Nov 17 '23 06:11 shicymenta