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

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

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