I see a number of questions on SO asking about ways to convert XML to JSON, but I\'m interested in going the other way. Is there a python library for converting JSON to XML?
Load it into a dict using json.loads then use anything from this question...
Serialize Python dictionary to XML