开发者

objective-c Best API for restful web service

开发者 https://www.devze.com 2023-03-05 18:30 出处:网络
what is the m开发者_如何学运维ore simple way to use RESTful web service who return JSON in iphone app ?

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

0

精彩评论

暂无评论...
验证码 换一张
取 消