views:

37

answers:

1

Which method is easier and more efficient? XML or Json Where can I find a tutorial and code samples for each?

+1  A: 

I recently learned how to use JSON on the iPhone and it was very easy.

Here's a framework:

http://code.google.com/p/json-framework/

General JSON info can be found here:

http://www.json.org/

Avalanchis
does iphone sdk have native XML capabilities?
Yazzmi
There is NSXMLParser.
Avalanchis
There's also the XML PList format, which is even easier to parse.
Ed Marty