Is there any read/write benchmarks comparing JSON and XML for C#?
Share
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.
You can obtain some benchmarks by embedding jgGrid in a C# web application. Try loading data in xml format and JSON format into the grid and find out how much time each takes for each of your scenarios. There is no predetermined way in taking benchmarks as one outlasts the other depending on the situations and the scenarios. But as far as I know JSON beats xml in most of the cases.