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:
Avalanchis
2010-07-08 22:04:31
does iphone sdk have native XML capabilities?
Yazzmi
2010-07-08 22:08:14
There is NSXMLParser.
Avalanchis
2010-07-08 22:11:00
There's also the XML PList format, which is even easier to parse.
Ed Marty
2010-07-10 13:29:27