sanand0 / xmljson

xmlsjon converts XML into Python dictionary structures (trees, like in JSON) and vice-versa.
MIT License
122 stars 33 forks source link

Add absorb_root option to Parker #18

Closed dagwieers closed 7 years ago

dagwieers commented 7 years ago

Since it is unclear whether the Parker convention absorbs the root element, we make it optional but keep the existing behaviour as default.

This fixes #13

dagwieers commented 7 years ago

I like your implementation. No need to merge mine first ;-)