https://github.com/rollercodester/fast-xml-parser-seq
Fork from NaturalIntelligence/fast-xml-parser that simply adds a sequence (seq) property to parsed JS objects
https://github.com/rollercodester/fast-xml-parser-seq
Last synced: 3 months ago
JSON representation
Fork from NaturalIntelligence/fast-xml-parser that simply adds a sequence (seq) property to parsed JS objects
- Host: GitHub
- URL: https://github.com/rollercodester/fast-xml-parser-seq
- Owner: rollercodester
- License: mit
- Created: 2017-07-16T19:57:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T20:32:22.000Z (over 8 years ago)
- Last Synced: 2025-08-27T13:25:01.505Z (7 months ago)
- Language: JavaScript
- Size: 114 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [fast-xml-parser-seq](https://www.npmjs.com/package/fast-xml-parser-seq)
Fork from NaturalIntelligence/fast-xml-parser that simply adds a sequence (seq) property to parsed JS objects so order of elements from XML can be maintained in JSON objects.
# See [fast-xml-parser](https://www.npmjs.com/package/fast-xml-parser) for API and docs.
Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries and no callback