what is the more simple way to use RESTful web service who return JSON in iphone app ?
thanx
what is the more 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