Previously I used XML soap for data exchange in my web services, But it taking so much time to display data.
In what case would you need to use XML or json for web service response?
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.
Definitely JSON. Try this library – https://github.com/johnezang/JSONKit
Also, this is probably a duplicate of Is parsing JSON faster than parsing XML .