Json – How can I convert a Python dictionary to an XML string and back while preserving the structure exactly?
I have a need to convert some json to xml and then back to json ideally preserving the structure. I've gotten quite close but I can't find a way to use dicttoxml/xmltodict to not end up with each list of…