Vedran Čačić <ved...@gmail.com> added the comment:

JSON is JavaScript Object Notation, that is, a notation for JS Objects. Python 
dicts are much more general than that (not only in keys, but in values too: 
JSON keys must be strings, and values must be Strings, Numbers, Booleans, 
Arrays, (JS) Objects, or nulls -- both are restricted compared to Python 
dicts). There is really no reason to expect full embedding.

----------
nosy: +veky

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

Reply via email to