-
Notifications
You must be signed in to change notification settings - Fork 7
xml2json library is no longer maintained. use xml2js #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
output structure changes. even better plan is probably to drop the dependency all together and make dependents roll their own library. The purpose of this library should be primarily dealing with the SOAP nonsense, not xml to json conversion, which is opinionated. |
open a pr and ill gladly merge it |
somewhat fair, but XML is not a format usable in Javascript, JSON is literally Javascript Object Notation. best solution might to be allow user to configure the XML -> JSON converter through options on |
yep that was an idea I had. the default would be to just return the raw xml. |
xml2js also doesn't depend on libexpat, which seems need software installed on windows.
Investigating if this will change the output structure.
The text was updated successfully, but these errors were encountered: