{
"retCode": 0,
"retInfo": "Success",
"order": {
"Id": 10001233,
"steps": [
[
{
"Index": 0,
"modal": "312",
"time": "42"
}
],
[
{
"Index": 1,
"modal": "321",
"time": "7"
}
]
]
}
}
以上是我得到的一个借口的返回数据,请问用JsonModel解析的话,应该如何写?
迷茫2017-04-18 09:54:02
{
"Index": 1,
"modal": "321",
"time": "7"
}
上面用一个实体类写比如AObeject,
@property (nonatomic,strong) NSArray <AObeject> *steps;
怪我咯2017-04-18 09:54:02
http://www.jianshu.com/p/3cce...
JSONModel 作者的文章
建议接入三方服务之后 多看看官方文档,一些问题都会有解答