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];
评论(0)