1.0.2 • Published 1 year ago

xml2json-browser v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

xml2json

const xmlString = `<root>
 <person id="1">
    <name>John Doe</name>
    <age>30</age>
  </person>
 <person id="2">
    <name>Jane Doe</name>
    <age>28</age>
  </person>
</root>`;

const json = xmlToJson(xmlString);
console.log(json);
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago