Logged In: NO

EDIT: I looked through the JSON 'specs', and it should change behaviour to throw an exception when the key is not a string. (You might even convert tuples, ints, floats etc. to a string using __repr__(), because JSON instructs us to 'be liberal in what we accept')