Comment on API - XML or JSON output ?Comments−nreece18yJSON. Its serializable and has cross-browser support for in-built parsing. Moreover JSON data packets are light-weight as compared to XML, which means you'll also save on bandwidth and the data interchange will be quicker.
Comments
JSON. Its serializable and has cross-browser support for in-built parsing. Moreover JSON data packets are light-weight as compared to XML, which means you'll also save on bandwidth and the data interchange will be quicker.