iPhone : Which parsing method is best to use?
i want to know which parsing method is best to use among
Simple XML parsing
JSON Parsing.
i am new to iPhone programming...thats why i want to know
what is the advantages of JSON parsing ?
when t开发者_如何学JAVAo use JSON Parsing ?
thanking in advance...
Since you are asking about which parsing method to use, the answer would simply be "one that match your data". JSON and XML does not use the same schemas, so you would not be able to choose freely.
On the other hand if you are actually asking which data format to use, then I'll suggest having a look at this post.
精彩评论