stchris / untangle

Converts XML to Python objects
MIT License
612 stars 83 forks source link

Is there easy way get dict? (JSON like) data #62

Closed gordio closed 4 years ago

gordio commented 5 years ago

Is it possible? Like to store data to Json. :)

sgaechter commented 5 years ago

Hello @gordio.

There is another Lib who produces dict of XML: xmltodict Maybe this satisfies your need? Greez Sven

stchris commented 4 years ago

Closing this issue since untangle does just this one thing: it allows one to parse XML documents as Python-like objects.