Json と ObjectForKey を使用して Twitter ユーザー名を参照しようとしています。
ツイッター JSON の例
source = web;
user = {
"contributors_enabled" = 0;
"created_at" = "Tue Mar 09 11:36:02 +0000 2010";
"default_profile" = 0;
"default_profile_image" = 0;
description = "Welcome to the Official Twitter page for Tottenham Hotspur Football Club, where you can get your official Club news, competitions and more!";
"favourites_count" = 97;
"follow_request_sent" = "<null>";
"followers_count" = 360893;
following = 1;
"friends_count" = 80;
"geo_enabled" = 0;
id = 121402638;
"id_str" = 121402638;
"is_translator" = 0;
lang = en;
"listed_count" = 3514;
location = "Tottenham, London, England";
name = "Tottenham Hotspur";
}
今、ユーザー内でキー名を使用したいのですが、それを参照する方法がわかりません。使用できるソースを使用したいかどうかはわかっています
objectForKey:@"source"
しかし、user:name に何を入力すればよいかわかりません