URL から json データを取得しようとしましたが、エラーが発生しました。これは私のコードです。
self.NsData=[NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://doctorapp.5plus.co.il/categories.php"]];
id jsonCategories=[NSJSONSerialization JSONObjectWithData:NsData options:NSJSONReadingMutableContainers error:nil];
self.categoriesArray=[jsonCategories allKeys];
NSLog(@"%@",[self.categoriesArray objectAtIndex:0]);
これは私のエラーです:
[__NSArrayM allKeys]: 認識できないセレクターがインスタンスに送信されました