Kevin Mills <kevin.mills226+bugs.pyt...@gmail.com> added the comment:
Sorry to the people I'm pinging, but I just noticed the initial dictionary in my example code is wrong. I figured I should fix it before anybody tested it and got confused about it not matching up with my description of the results. It should've been: import json d1 = {"1": "fromstring", 1: "fromnumber"} string = json.dumps(d1) print(string) d2 = json.loads(string) print(d2) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue45054> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com