JSON - JavaScript Object Notation
The
SmugMug API supports JSON as a response format as of version 1.2.0.
JSON makes the API super-easy to consume, especially for in-browser AJAX calls or other
JavaScript enabled applications. But it's not limited to
JavaScript - many other languages are able to consume, parse, and create JSON themselves.
You can find out more about JSON at
http://www.json.org/