As the title suggests, due to differences between Python's dictionary and the json specification, using integers as key names is OK in Python, but not legal in JSON, which results in the relevant data not being handled correctly in that request handler.
As the title suggests, due to differences between Python's dictionary and the json specification, using integers as key names is OK in Python, but not legal in JSON, which results in the relevant data not being handled correctly in that request handler.