Reputation: 79
what is the more simple way to use RESTful web service who return JSON in iphone app ?
thanx
Upvotes: 1
Views: 1480
Reputation: 939
http://restkit.org/ is a nice API for that on iPhone, http://allseeing-i.com/ASIHTTPRequest/ + a JSON parser ( https://github.com/stig/json-framework for example) should also do the job !
You should also find some other options here : Objective-C: Best way to access REST API on your iphone
Upvotes: 1