Ernie

Results 1 comments of Ernie

Might want to close this issue since there _is_ a convenient workaround ```py data = { ... } data = {"all": data} result = Json2xml(data, root=False).to_xml() ```