美文网首页
json 转出plist 方法

json 转出plist 方法

作者: panda_熊猫 | 来源:发表于2018-01-30 19:23 被阅读15次
NSString *path = @"/Users/bihu_niuniu/Desktop/CityData.json";

NSArray *array = [NSJSONSerialization JSONObjectWithData:[NSData dataWithContentsOfFile:path] options:NSJSONReadingMutableLeaves error:nil];
[array writeToFile:@"/Users/bihu_niuniu/Desktop/CityData.plist" atomically:YES];

相关文章

网友评论

      本文标题:json 转出plist 方法

      本文链接:https://www.haomeiwen.com/subject/hjthzxtx.html