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

Related questions

+1 vote
asked Feb 8, 2020 in JAVA by rahuljain1
0 votes
asked Jul 21, 2020 in JSON by SakshiSharma
...