@gibme/xml
TypeScript icon, indicating that this package has built-in type declarations

2.0.6 • Public • Published

Simple XML Helper

Documentation

https://gibme-npm.github.io/xml/

Sample Code

import XML from "@gibme/xml";

(async () => {
    const obj = {
        test: true,
        text: 'text',
        num: 10,
        float: 3.324234234
    };
    
    const xml = XML.objToXML(obj);
    
    const data = await XML.parseXML(xml);
})();

Readme

Keywords

none

Package Sidebar

Install

npm i @gibme/xml

Weekly Downloads

1

Version

2.0.6

License

MIT

Unpacked Size

7.61 kB

Total Files

6

Last publish

Collaborators

  • brandonlehmann