Why must one use JSON over XML?
Answer / Mayank Dwivedi
One should consider using JSON over XML because: (1) JSON is more concise and has a smaller size for the same data compared to XML, which makes it faster to transmit over the network. (2) JSON is easier to read and write by humans. (3) JSON parsing and generating are faster than XML in most programming languages due to native support or libraries. (4) JSON is less verbose than XML, reducing the need for extensive tags.nHowever, it's important to note that XML still has its advantages, such as schema validation and wider acceptance in some domains.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we use json in php?
Do you know json tools for java developer/
How to convert an object into json? What is the full syntax of json.stringify?
What does [] mean in json?
Explain JSON Objects?
Why do we use json?
What is json? Explain?
List some features of json-rpc-java?
What are the similarities between json and xml?
Explain JSON Values?
What is json used for?
Is json serialized?