0
2.2kviews
Difference Between JSON and XML

Give detailed comparison between JSON and XML. Include it's syntax, usage, learning curve into the comparison.

1 Answer
0
11views

Difference Between JSON and XML

JSON XML
JSON stands for JavaScript Object Notation XML stands for eXtensible Markup Language
JSON is easy to learn in comparison to XML XML is not easy to learn in comparison to XML
JSON supports arrays XML does not support arrays
JSON supports text and number data types XML supports text, number, data types, images, etc
JSON doesn't use (<>) and () tags i.e opening and closing tags XML uses opening(<>) and closing() tags
JSON is data-oriented technology XML is documented-oriented
Please log in to add an answer.