0 votes
in JAVA by
Why JSON over XML?

Lighter but not faster than XML as on-the-wire data format

JSON objects are typeless while XML data is typed

XML data are not string by default

Retrieving values is as easy as reading from an object property
...