码迷,mamicode.com
首页 > Web开发 > 详细

提取本地json

时间:2015-04-20 17:00:36      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:ios

提取本地json

by 伍雪颖


NSData* data=[NSData dataWithContentsOfFile:[[NSBundle mainBundle]
                                                
pathForResource:@"localobj"
                                                 ofType:@"json"]];
NSError* error;
NSDictionary *localObj =[NSJSONSerialization JSONObjectWithData:data
                                                        options:NSJSONReadingMutableContainers
                                                          error:&error];

提取本地json

标签:ios

原文地址:http://blog.csdn.net/rainlesvio/article/details/45151167

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!