0.1.3 • Published 7 years ago

xml2jsonparser v0.1.3

Weekly downloads
16
License
CC
Repository
-
Last release
7 years ago

String XML to JSON

Description

This little tool allow you to transform a xml string into a json object with tag name.

Install

in console, type npm install xml2jsonparser To install it globally, type npm install -g xml2jsonparser

Use

To use the function, you have to require it const parser = require("xml2jsonparser"); Then var json = parser(xmlString);

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago