{
"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) NSArrayAO
怪我咯2017-04-18 09:54:02
http://www.jianshu.com/p/3cce...
JSONModel 作者的文章
建議接入三方服務之後 多看看官方文檔,一些問題都會有解答