Konu
XML to Json Dönüştürme Yaptırılacak
02-08-2022, 13:25:12
#2
crackboy
bu sadece iki satır python koduna bakıyor.
xmlfile = open("xmlfile.xml", "r").read()
print(xmltodict.parse(xmlfile), file=open("output.json", "a"))