Kirubakaran Athmanathan <pyb...@kirubakaran.com> added the comment:

The note added "Keys in key/value pairs of JSON are always of the type
str. When a dictionary is converted into JSON, all the keys of the
dictionary are coerced to strings." is true for unicode keys too.

'{"foo": "bar"}'

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6566>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to