An open API service indexing awesome lists of open source software.

https://github.com/manojc/xml-json-parser

parse XML (xml-stream & xml-flow) & JSON (JSONStream) in chunks.
https://github.com/manojc/xml-json-parser

Last synced: 2 months ago
JSON representation

parse XML (xml-stream & xml-flow) & JSON (JSONStream) in chunks.

Awesome Lists containing this project

README

        

# XML Parser POC

This is just a poc to compare 2 xml parsers viz. [`xml-stream`](https://www.npmjs.com/package/xml-stream) & [`xml-flow`](https://www.npmjs.com/package/xml-flow).

Aim is to stream large `XML` file by providing repeating node.

# JSON Parser POC

This is just a poc to use [`JSONStream`](https://www.npmjs.com/package/JSONStream).

Aim is to stream large `JSON` file by providing repeating node.

---

- Author - Manoj Chalode ([email protected])

- Copyright - [github.com/manojc](https://github.com/manojc)