JSON vs XML
JSON object has a type whereas XML data is typeless. XML has to be parsed with an XML parser. JSON can be parsed by a standard JavaScript function.
JSON object has a type whereas XML data is typeless. XML has to be parsed with an XML parser. JSON can be parsed by a standard JavaScript function.