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.
任何人都这样做过,我想从 JSON(Google 位置 API)获取数据解析并将其存储到 iphone 上的 sqlite 数据库中。
问题是如果解析的数据量很大,如何在iphone本地同步解析和保存sqlite中的数据。
用户界面包括保存的数据表,应该可以不间断地工作。
并且解决方案应该在使用 Objective C 的 COCOA 框架中
你必须阅读一些教程
如何使用 Objective-C 解析 JSON?
http://cookbooks.adobe.com/post_Store_data_in_the_HTML5_SQLite_database-19115.html http://html5doctor.com/introducing-web-sql-databases/
在 JavaScript 中解析 JSON?