You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xmltodict.parse(xml, dict_constructor=dict) is already available since a few years.
If it's not working for you, you should state your Python version and your xmltodict version.
using dict instead of OrderedDict is also the default if you're using Python 3.7+ (dicts with insertion order are only an implementation detail in C-Python 3.6, not an official Python feature).
Can we get an option that parse will return the object as normal dictionaries instead of OrderedDict?
The text was updated successfully, but these errors were encountered: