User bio
404 bio not found
Member since May 5, 2021
Replies:

Using Embedded Python is quite more simple

Method XML2JSON(iXml As %String) [ Language = python ]
{
	import xmltodict, json
    
	#; print(iXml)
	obj = xmltodict.parse(iXml)
	return(json.dumps(obj))
}

Just need install 

.\irispip.exe install xmltodict

Followers:
Following:
Rubén has not followed anybody yet.
Global Masters badges:
Rubén has no Global Masters badges yet.