このjson応答を取得し、nsdictionaryのオブジェクトを作成してそこに保存しました
NSDictionary* json = [NSJSONSerialization JSONObjectWithData:responseData options:kNilOptions error:&error];
そして次のステップで配列として保存しました
NSArray *country=[json objectForKey:@"results"];
そして、コンソールに次の結果が表示されました。
2012-06-18 09:22:07.647 TableView[468:f803] (
{
"Countries" = Iceland;
"id"=9046567;
"name"=abceeeffdsg;
},
{
"Countries" = Greenland;
"id"=3524695;
"name"=gsfjgfsethju;
},
{
"Countries" = Switzerland;
"id"=4613583;
"name"=hdfkdgs;
)
しかし、実際にはこれらのデータを UITableView に表示したいと考えています。私の仕事を完成させるのを手伝ってくれる人はいますか....親切に感謝します...