Xml to json lopy4
-
I need to obtain the values of the fields in an xml, for this I have thought of transforming it into a JSON using these links:
https://github.com/ThunderEX/uxml2dict/blob/master/uxml2dict.py
https://github.com/micropython/micropython-lib/blob/master/xmltok/xmltok.pyI first get an error in uxml2dict that does not allow me to use append but I transform it into a list and it would work. After that a runtimerror appears that I don't understand. Would anyone know how to work with xml?
-
@jose-mercader it would probably help a lot if you provided the XML you are trying to parse, the error you get, and the code you use.
Please don’t forget to format them as code using the
</>
icon in the toolbar.