To clarify, this is not just an issue with None, it's an issue with any non-string as keys. Python will be nice and coerce the keys to strings (including None to "null"), but apparently that step ...
We read every piece of feedback, and take your input very seriously.