Tag archives for json xml design choice
Design Considerations: When Should We Use JSON instead of XML as Data-interchange Format?
As we know, JSON (JavaScript Object Notation) is a lightweight and text based data-interchange format that is used frequently replacing XML. The question is, when should we consider JSON instead…