atom2json.erl converts a directory of Atom files to a directory of JSON files. As with most real-life problems, this one has multiple layers. First one needs to settle on an XML to JSON mapping. It turns out that there are many different approaches to this problem. For now, I elected to do some generic XML-to-JSON mapping crap. An RFC in this area would be helpful, particularly one that dealt