0

我可以在 iOS 中获取 json 对象形式的压缩 json 吗?有什么办法可以转换吗?

4

1 回答 1

0

如果是gzip压缩的,会自动转换。看看这个线程:

iPhone 和 GZip

基本上,只是:

NSData *data = [NSData dataWithContentsOfURL:URL];
于 2013-04-16T13:56:53.150 回答