InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Xml And Json? |
|
Answer» The fundamental difference, which no other answer seems to have mentioned, is that XML is a markup language (as it actually says in its name), whereas JSON is a way of representing objects (as also NOTED in its name). This is what MAKES markup LANGUAGES so USEFUL for representing documents. The fundamental difference, which no other answer seems to have mentioned, is that XML is a markup language (as it actually says in its name), whereas JSON is a way of representing objects (as also noted in its name). This is what makes markup languages so useful for representing documents. |
|