I m developing an iPhone app that is connected to a backend server. It needs to communicate with it many times, through several requests. I m sending HTTP messages, but I want to receive more complex responses that I can parse somehow. Supposedly, I can provide any type of format for responses from the server, so my question is: which one would be easier(maybe even faster) to use/parse for Objective-C/Cocoa, and transform in a dictionary of some kind?
I know it s a bit subjective but I still think it s a valid question, some programming languages just have more support for some formats and less for others.