我是 iphone 开发的新手。最近我开始了一个项目。在 JSON 解析之后我得到了一个
NSmutablearray
(
{
"contest_description" = " ";
"contest_id" = 245;
"contest_name" = "teating1 ";
"contest_status" = Running;
"creator_id" = "1716091396 ";
"end_time" = "2012-10-26 04:10:25";
"full_name" = "Adit Hasan ";
"no_of_contestants" = 3;
"no_of_days" = 5;
"start_time" = "2012-10-21 04:10:24";
"time_stamp" = "2012-10-24 04:11:09";
"winner_user_id" = "Not Yet";
},
{
"contest_description" = " ";
"contest_id" = 248;
"contest_name" = "hhhhhhk ";
"contest_status" = Running;
"creator_id" = "1716091396 ";
"end_time" = "2012-10-25 13:33:35";
"full_name" = "Adit Hasan ";
"no_of_contestants" = 2;
"no_of_days" = 4;
"start_time" = "2012-10-21 13:33:34";
"time_stamp" = "2012-10-23 13:35:09";
"winner_user_id" = "Not Yet";
},
)
如何添加新键updated_image
并为该键赋值?