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.
- Host: GitHub
- URL: https://github.com/manojc/xml-json-parser
- Owner: manojc
- License: mit
- Created: 2018-08-13T10:37:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T16:04:55.000Z (over 6 years ago)
- Last Synced: 2025-01-03T22:34:00.649Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)