Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于该类似乎NSJSONSerialization仅在 iOS 5.0+ 中可用(NSJSONSerialization 类参考),是否还有其他选项可以解析该版本之前的 JSON 对象?
NSJSONSerialization
谢谢
SBJSON 是一个不错的选择,我在其中使用了两个应用商店应用。
github 上有很多选项,例如SBJSON。
看看JSONKit。
我在iOS5之前用过,性能更好,比SBJSON好用。
在 iOS 5 之前没有 JSON 支持。您可以从这里使用第三方代码:
https://github.com/johnezang/JSONKit