-
Notifications
You must be signed in to change notification settings - Fork 282
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
Replaces the old xml parser with a new, faster one #861
Conversation
f468bc5
to
907bba8
Compare
907bba8
to
c03dd72
Compare
Reminder: PTAL and review this PR |
0c6b4bf
to
fa82a87
Compare
fa82a87
to
01918f2
Compare
I checked all of them and they are at some point closed either because it is very complicated or the request is rejected because the fix impacts fxp performance adversely. fxp package's default behavior is to return a single json element, if the node appears once, that is; the node name is not repeated more than once. Note: The extra commits you see in this PR had to be created to debug and diagnose a build issue, which I could not reproduce in my local environment. |
@kanagarajkm, @kaankabalak, |
@kaankabalak , @kanagarajkm , |
Fixes #859
This PR replaces the old xml parser package,
xml2js
, with the much faster,fast-xml-parser
. package.