I recently heard about JavaScript Object Notation (JSON), and after looking it up, it seems like it\'s becoming rather popular as an alternative to the Extensible Markup Lan
JSON - smaller and can be natively loaded as JavaScript object (speed is a value)
XML - still standard, however older (slower, bigger, but not only JS)