1.0.7 • Published 3 years ago

@novo-x/xml v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago