Ned Batchelder added the comment: There are other forms of numbers allowed by Python that are not allowed by JSON: "001.1"
Oddly, with all of the strictness in JSON, the exponent-marker "e" can be upper- or lower-case: 1e1 and 1E1 are both valid JSON. ---------- nosy: +nedbat _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19871> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com