xml-2-json-streaming

0.1.3 • Public • Published

xml-2-json-streaming

This code is a fork of xml-to-json. It fixes some parts of that codebase as it is no longer being actively maintained.

Simple module to convert XML to JSON with javascript that provides streaming capability.

Download

npm install xml-2-json-streaming or npm install xml-2-json-streaming -g

Installing the package globally allows you to convert xml file to json files via the command line. cat config.xml | tojson > config.json . If you want to ignore xml attribute simply add the -no-attr flag.

See xml-to-json for documentation and examples.

License: MIT

Package Sidebar

Install

npm i xml-2-json-streaming

Weekly Downloads

4

Version

0.1.3

License

MIT

Unpacked Size

33.4 kB

Total Files

11

Last publish

Collaborators

  • jerenmb90