What is the robust way to use Python to read in an XML and turn it into a JSON file?
JSON dictionary is actually a tree. It is much easier to manage the tree-structured data. Regards, David -- https://mail.python.org/mailman/listinfo/python-list
What is the robust way to use Python to read in an XML and turn it into a JSON file?
JSON dictionary is actually a tree. It is much easier to manage the tree-structured data. Regards, David -- https://mail.python.org/mailman/listinfo/python-list