以下は、 で取得した JSON 出力ですNSDictionary
。
""
値とnull値を共通に認識する方法を言える人はいますか?値が空かどうかを確認し、それをに割り当てようとしていUIlabel
ます。
User = {
address = "";
birthday = "<null>";
gender = 0;
"mobile_number" = "<null>";
name = ambili;
"phone_number" = "";
picture = "http://lb.fo********inds.com/images/users/profile_pics/no_picture.jpg";
};
status = OK;
}