David Pryor

Results 1 comments of David Pryor

looks like neither the json module nor the dicttoxml module support intergers as keynames: Example: ``` json.loads('{"hey": {123: "hey"}}') json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column...