1.

What Are The Advantages Of Json Over Xml?

Answer»

The ADVANTAGES of JSON over XML are
1. JSON is Lighter and faster than XML.
2. Better understandable.
3. Easy to parse and conversion to OBJECTS for information consumption.
4. Support multiple data TYPES – JSON support string, number, array, Boolean but XML data are all STRINGS.

The advantages of JSON over XML are
1. JSON is Lighter and faster than XML.
2. Better understandable.
3. Easy to parse and conversion to objects for information consumption.
4. Support multiple data types – JSON support string, number, array, Boolean but XML data are all strings.



Discussion

No Comment Found