1

what is the more simple way to use RESTful web service who return JSON in iphone app ?

thanx

user723023
  • 79
  • 1
  • 2
  • 9
  • possible duplicate of [Objective-C: Best way to access REST API on your iphone](http://stackoverflow.com/questions/1557040/objective-c-best-way-to-access-rest-api-on-your-iphone) – jscs May 14 '11 at 23:49

1 Answers1

1

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

Community
  • 1
  • 1
Sylverb
  • 939
  • 6
  • 14