我在iOS5中创建了一个应用程序。
我想在网络服务器上存储和检索数据。
为此,我想使用JSON解析器。
我使用了ray wenderlich为ios4提供的演示。我听说ios 5.有一些现成的框架在那里。所以有人对此有任何想法吗? 我正在使用sqlite进行数据存储。
请帮助。
答案 0 :(得分:6)
您可能想要参考经常用于Objective-C的SBJSON Framework,我已经在我的iOS应用程序中使用了这个框架。
您可以从以下链接获得有关此内容的参考:
https://github.com/stig/json-framework
http://stig.github.com/json-framework/
示例代码:此处还有一个示例,如何使用SBJSON Parser解析JSON:
How to parse JSON into Objective C - SBJSON
以下是您需要在应用中配置SBJSON的方法:
http://deshartman.wordpress.com/2011/09/02/configuring-sbjson-framework-for-xcode-4-2/
希望这会对你有所帮助。
答案 1 :(得分:2)
由于你是RayWenderlich粉丝,他们有一个非常惊人的tutorial out there on the new iOS5 JSON Parser
答案 2 :(得分:0)
我建议你使用Twitter框架为json,它真的很容易学习json,你只需要使用twitter的api,这里是所有api可用于twitter,