Convert XML to JSON

Posted on 23 Aug 2012

From my post on the Outlandish blog:

Unfortunately, XML exists. For whatever reason, somebody once thought it was a good idea and now we’re stuck with it. Since most modern applications and APIs use JSON instead, it’s often necessary to convert XML into JSON. Here is a PHP function to do that very thing.

Read on »