tuananh / camaro

camaro is an utility to transform XML to JSON, using Node.js binding to native XML parser pugixml, one of the fastest XML parser around.
MIT License
556 stars 29 forks source link

Fix parallel mess with process #98

Closed tuananh closed 4 years ago

tuananh commented 4 years ago

Attempt to fix #92

This will change the API. We will need to call ready() once before calling any other methods.

Breaking changes so bump version to ver 5.

To try this, install via next tag npm install camaro@next.