RestKit:: Easier RESTful Web Services For iOS Apps
Sep 19
RestKit is an Objective-C framework for iOS that aims to make interacting with RESTful web services simple, fast and fun. It combines a clean, simple HTTP request/response API with a powerful object mapping system that reduces the amount of code you need to write to get stuff done.
The framework provides integration with Appleās Core Data frameworkwhich allows it to persist remotely loaded objects directly back into a local store, either as a fast local cache or a primary data store that is periodically synced with the cloud.
And, RestKit supports JSON via the SBJSON and YAJL parsers.

