1.0.1 • Published 7 months ago

shapeshift-data-formatter v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Shapeshift data formatter

A collection of data formatter functions.

To run and install this package

$ npm install shapeshift-data-formatter

import { json_to_xml, xml_to_json } from 'shapeshift-data-formatter'

const xml = json_to_xml(json);
const json = xml_to_json(xml)

Functions

  • xml_to_json Takes XML as input and returns JSON object with corresponding data.

  • json_to_xml Takes JSON as input and returns XML with corresponding data.

Other information

Terms of usage (MIT) - Lisence

Basicly feel free to use, fork etc. But The author takes no responsibility of the code as stated in the license.

1.0.1

7 months ago

1.0.0

7 months ago