NSString json 车NSDictionary

时间:2014-05-09 04:26:15   收藏:0   阅读:361

 NSData *jsonContent = [[userInfo objectForKey:@"acme"] dataUsingEncoding:NSUTF8StringEncoding];

            NSDictionary * jsonDic = nil;

            NSError *error = nil;

            jsonDic =  [NSJSONSerializationJSONObjectWithData:jsonContent options:NSJSONReadingMutableLeaveserror:&error];

 

NSString json 车NSDictionary,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!