Bob Ippolito <b...@redivi.com> added the comment: If it had JavaScript style Date objects in it, it wasn't a JSON document.
While it may be easy enough to do this in the version that happens to be included with Python, the optimizations in later versions of simplejson make this no longer possible. You'd have to change a bunch of C and Python code to parse that. There are fewer function calls and regular expressions for efficiency reasons. It's not simplejson's goal to be able to parse non-JSON documents. ---------- resolution: -> wont fix _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7444> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com