Login
Remember
Register
Ask a Question
Why JSON over XML?
0
votes
asked
Jan 23, 2020
in
JAVA
by
rahuljain1
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
#json-vs-xml
Java-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...