这是我的代码
NSMutableArray *responseArray = [responseString objectFromJSONString];
我想这样做以获取价值:
NSMutableDictionary *responseDict = [responseArray objectAtIndex:<#(NSUInteger)#>];
我想将NSMutalbeArray
添加到Dict变量,如何执行此操作请帮助我
这是responseArray
:
response >>>>>>>>> succ [{"id":"1","name":"Guitars \/
Basses","description":"","image":"","parent_category":null},{"id":"2","name":"Keyboards \/
Modules","description":"","image":"","parent_category":null},{"id" . . . . . }]
如何获取字典值?