const xml = <issue entity="Mjg2MzY2OTkyNA==" state="partial" version="1"></issue>
fastXmlParser.parse(xml, {
attrPrefix : "@",
attrNodeName: false,
textNodeName : "#text",
ignoreNonTextNodeAttr : false,
ignoreTextNodeAttr : false,
ignoreNameSpace : false,
ignoreRootElement : false,
textNodeConversion : true,
textAttrConversion : false,
arrayMode : false
});