tree representation of Python data

Shaozhong SHI shishaozhong at gmail.com
Wed Feb 8 06:39:40 EST 2023


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


More information about the Python-list mailing list