标签: ios json
我可以在iOS中获取json对象表单压缩json吗? 有没有办法转换它?
答案 0 :(得分:0)
如果是压缩的gzip,它会自动转换。看一下这个帖子:
iPhone and GZip
基本上,只是:
NSData *data = [NSData dataWithContentsOfURL:URL];