fix(core): update
This commit is contained in:
@ -4,7 +4,7 @@ export class SmartXml {
|
||||
constructor() {}
|
||||
|
||||
public parseXmlToObject<T = any>(xmlStringArg: string): T {
|
||||
const jsonObject = plugins.fastXmlParser.convertToJson(xmlStringArg);
|
||||
const jsonObject = plugins.fastXmlParser.parse(xmlStringArg);
|
||||
return jsonObject;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user