When working with Ajax applications, which is faster, XML or JSON?
XML, because it is extensible
JSON, because it is already parsed into a JavaScript object
JSON, because it transfers data without waiting for a server response
XML, because it supports namespaces