How to define in what format I need to transfer data for the mvc application for the best performance ? I can distribute at once data of json on variables on the party of the client, but on the party of the server there are convenient libraries for work
with xml. What considerable advantages and shortcomings both formats have?
Member
324 Points
382 Posts
xml vs json - precautions
Nov 20, 2013 05:11 AM|Alex9|LINK
How to define in what format I need to transfer data for the mvc application for the best performance ? I can distribute at once data of json on variables on the party of the client, but on the party of the server there are convenient libraries for work with xml. What considerable advantages and shortcomings both formats have?
performance datatransfer
Star
9052 Points
2255 Posts
Re: xml vs json - precautions
Nov 20, 2013 07:13 AM|Siva Krishna Macha|LINK
JSON is light weight than XML.
Reference of a test performed as in codeproject: http://www.codeproject.com/Articles/604720/JSON-vs-XML-Some-hard-numbers-about-verbosity
21.3%
performance datatransfer
Thanks & Regards,
Siva