I will be writing an iOS program and I have a similar one in Android that hits a web service for some data that returns a json array that I parse. Would this be a viable option in iOS or does it have a better way to get/parse data requests from web services?
Thanks
iOS has native JSON parser, So it will be more eaiser.
NOTICE: I am assuming you want to support iOS 5.0 and not iOS 4.0