Convert XML to JSON with NodeJS
12:00 11 Sep 2018

I'm trying to convert the following xml to json, thereby I need to get a mapping to the TS-tc-dt

Here is the xml



   
      dt_EdgeCaseHome,dt_EdgeCaseRoute
      dt_EdgeCaseRoute
   
   
      dt_EdgeCaseHome,dt_EdgeCaseSpectrum
   
      
      dt_EdgeCaseRoute
      dt_EdgeCaseRoute
   
   
      dt_EdgeCaseSpectrum
   

How can I achieve this in NodeJS?

json node.js xml npm