0

I use xml2json change XML to JSON. But the result of JSON is very strange like this, enter image description here

console.log(xml);
var json = $.xml2json(xml);
console.log(json);

But when I console.log(json.#document), it's become undefined.

How could I get the #document from JSON??

Community
  • 1
  • 1
lin
  • 211
  • 2
  • 3
  • 14

0 Answers0