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 to use JSON Parsing ?
thanking in advance…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.