{
"retCode": 0,
"retInfo": "Success",
"order": {
"Id": 10001233,
"steps": [
[
{
"Index": 0,
"modal": "312",
"time": "42"
}
],
[
{
"Index": 1,
"modal": "321",
"time": "7"
}
]
]
}
}
以上是我得到的一个借口的返回数据,请问用JsonModel解析的话,应该如何写?
{
"Index": 1,
"modal": "321",
"time": "7"
}
The above is written with an entity class such as AObeject,
@property (nonatomic, strong) NSArray <AObeject> ; *steps;
http://www.jianshu.com/p/3cce...
JSONModel author’s article
It is recommended to read more official documents after connecting to the third-party service, some questions will be answered