Checklist
Input
Code
let xmlData = '<any_name></any_name>'
const parser = new XMLParser({});
let jsonObj = parser.parse(xmlData);
console.log(jsonObj)
Output
{"any_name":""}
expected data
{"any_name":{}}
Would you like to work on this issue?
Bookmark this repository for further updates.
Checklist
Input
Code
Output
{"any_name":""}expected data
{"any_name":{}}Would you like to work on this issue?
Bookmark this repository for further updates.