From Wikipedia: JSON (Javascript object notation)
The JSON format is often used for
transmitting structured data over a
network connection in a process called
serialization. Its main application is
in Ajax web application programming,
where it serves as an alternative to
the use of the XML format.