What are the benefits of JSON over XML ?
Answers
Answered by
0
JSON is a much simpler format than XML. JSON is intended only for describing data as an object hierarchy, while XML has many other features as well. ... JSON is less verbose. JSON can be parsed easily in JavaScript (and other languages), and XML is parsed easily by many things too.Apr 11, 2011
Similar questions