What is the best javascript function/plugin/library to convert a XML string to JSON.
I found that tool : http://www.thomasfrank.se/xml_to_json.html, but it does not like strings starting with 0. i.e.: 005321 get converted to 2769 (not cool :( )
My question, what is the best javascript function/plugin/library to convert a XML to JSON?
EDIT : Someone tried one that works fine?