Parsing data in an iOS app using XML or JSON parser

festae

New Member
I just wanted to clarify my understanding of web services consumed in iOS apps.So, NSURLConnection is used to invoke a web method from an iOS app and to get the data returned by the web method. And once the data is received, we can use either XMLParser or JSON parser to parse that data, depending on what the web service is written in. Is that correct?
 
Back
Top