User bio
404 bio not found
Member since May 5, 2021
Posts:
Replies:
Rubén Larenas · Jan 9, 2023 go to post

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

Certifications & Credly badges:
Rubén has no Certifications & Credly badges yet.
Followers:
Rubén has no followers yet.
Following:
Rubén has not followed anybody yet.