This commit is contained in:
Dennis Reimann
2022-06-17 10:25:52 +02:00
parent aa1095692b
commit 24b4442874
2 changed files with 1 additions and 14074 deletions

View File

@@ -31,8 +31,7 @@ const xml2jsonOpts = {
const json2xmlOpts = {
...commonOpts,
indentBy: ' ',
processEntities: false
indentBy: ' '
}
const parser = new XMLParser(xml2jsonOpts, true)