objective-c Best API for restful web service
what is the m开发者_如何学运维ore simple way to use RESTful web service who return JSON in iphone app ?
thanx
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
精彩评论