What are the advantages of using JSON?

JSON is an easy method of transmitting data from one web system to another.
Its convenient to use as it can be parsed on the server-side.
Widely supported by the top browsers such as Google Chrome/Firefox/Opera
JSON is faster vs using other data sharing methods such as XML