+ 4
what is the difference between json and xml?
5 Respostas
+ 13
XML provides validation to a XSD.
+ 13
JSON is primarily used to transmit data between a server and a web application.
XML is commonly used to describe information and provide structure in web services.
+ 11
JSON is faster Because it's faster to Parse.
+ 3
which is fastest for transfer data from server?
+ 1
Json is better cause is doesn't consume lot of data. => faster.