const xml = ` <a> <b>true</b> </a> ` const json = x2js.xml2js(xml); console.log('json', json) will get the result  how can the 'true' string in the result can be converted to true