Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category