0.1.3 • Published 6 years ago

xml2jsonparser v0.1.3

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

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago