Spent the day parsing out a JSON data string from an online list of products or catalog. This is perfect for bringing new costbooks into ELMS.
Very simple, JSON is much easier to consume and parse than XML. There are far less things to be concerned with as it is very concise. I much rather work with a Javascript API than the XML document object model anytime.

