Description
In many places in our ecosystem, we use xml2js to convert from XML to JSON (e.g. when procesing incoming webhook requests with XML data). However, the memory consumption of this library isn't good and migrating to a different library with the same behavoir might be beneficial
Definition of Done
No code explicitly references the library xml2js.
Description
In many places in our ecosystem, we use
xml2jsto convert from XML to JSON (e.g. when procesing incoming webhook requests with XML data). However, the memory consumption of this library isn't good and migrating to a different library with the same behavoir might be beneficialDefinition of Done
No code explicitly references the library
xml2js.