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