1.0.7 • Published 2 years ago

@novo-x/xml v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

XML Service

Available methods

  • convertJsonToXml: converts json to xml object
  • convertXmlToJson: converts xml to json object

Usage examples

yarn add @novo-x/xml

import {XmlService} from "@novo-x/xml"

const MyService = new XmlService(
    builderConfig, 
    parserConfig
);
  
const xml = MyService.convertJsonToXml(json);
const json = MyService.convertXmlToJson(xml, config);

Dependencies

fast-xml-parser

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago