原文:http://www.jb51.cc/article/p-wcethism-qx.html
copy //简单的Json=》文本转换 vardict=["id":"002","name":"abc"] varjsonDict=NSJSONSerialization.dataWithJSONObject(dict,0); background-color:inherit">options:NSJSONWritingOptions.allZeros,0); background-color:inherit">error:nil) //直接写入文件 jsonDict?.writeToFile("/正确路径/test.json",0); background-color:inherit">atomically:true) //也可以把Json转换为String字符串 varstr=NSString(data:jsonDict!,encoding:NSUTF8StringEncoding)
[objc] view plain copy /* { } */ //从一个本地项目资源中读取data.Json文件 ofType:"Json")! varnsUrl=NSURL(fileURLWithPath:path) nsData:NSData=NSData(contentsOfURL:nsUrl!)! //读取Json数据 :nil) //读取普通数据 ID:String=Json?.objectForKey("ID")asstring ID) //读取数组类型数据 array:[String]=Json?.objectForKey("data")as[String] println(array.count)
copy //简单的Json=》文本转换 "name":"abc"] nil) //直接写入文件 true) //也可以把Json转换为String字符串 enCoding:NSUTF8StringEnCoding) 总结
以上是内存溢出为你收集整理的Swift 读取,处理Json数据全部内容,希望文章能够帮你解决Swift 读取,处理Json数据所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)