
Nov. 2, 2010
8:35 p.m.
Raymond Hettinger <rhettinger@users.sourceforge.net> added the comment: To mitigate possible negative impacts from changing the return type, consider adding a parse_string hook that lets users control the return type: json.loads(f, parse_int=decimal.Decimal, parse_string=repr) ---------- nosy: +rhettinger _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue10038> _______________________________________