Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
chrome browser
Description
in function _xmlToJson(xml) {
obj["@attributes"][attribute.nodeName] = attribute.nodeValue;
should be
obj["@attributes"][attribute.nodeName] = attribute.value;