JavaScript DOM to BadgerFish Encoder
Posted on April 27th, 2006 | Category: Web Development, JavaScriptThe other day, David Sklar decided to come up with an ingenious method translating XML into simple JSON; nicknamed BadgerFish. At about the same time, I was looking for a format in which I could convert XML to JSON without loosing the features of XML yet keeping the JSON objects simple. BadgerFish is about as close as a good format as I have seen. However, a project I am working on requires an XML DOM in JavaScript to be converted into JSON for easier processing. Being that no one has written one yet, I went ahead and wrote my own - and am offering it free for others to use.
Continue reading JavaScript DOM to BadgerFish Encoder »