Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hemilr opened this issue Nov 20, 2018 · 1 comment

Comments

@hemilr
Copy link

hemilr commented Nov 20, 2018

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

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

@shicymenta
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants