これは私のコードです
NSMutableArray *responseArray = [responseString objectFromJSONString];
値を取得するには、次のようにします。
NSMutableDictionary *responseDict = [responseArray objectAtIndex:<#(NSUInteger)#>];
Dict変数に追加したいのですがNSMutalbeArray
、これを行う方法を教えてください
これは次のresponseArray
とおりです。
response >>>>>>>>> succ [{"id":"1","name":"Guitars \/
Basses","description":"","image":"","parent_category":null},{"id":"2","name":"Keyboards \/
Modules","description":"","image":"","parent_category":null},{"id" . . . . . }]
辞書の値を取得するには?