Possible Duplicate:
XML <-> JSON conversion in Javascript
I tried using:
http://plugins.jquery.com/project/xmlObjectifier
But it does not output JSON for me. It is still in XML. See usage:
var json = $.xmlToJSON(data);
console.log(json);
Are there any good XML to JSON libraries I can use?