0.1.3 • Published 5 years ago

xml2jsonparser v0.1.3

Weekly downloads
16
License
CC
Repository
-
Last release
5 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

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago