This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author oberstet
Recipients oberstet
Date 2017-04-05.08:22:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491380525.56.0.628505740968.issue29992@psf.upfronthosting.co.za>
In-reply-to
Content
Though the JSONDecoder already has all the hooks internally to allow for a custom parse_string (https://github.com/python/cpython/blob/master/Lib/json/decoder.py#L330), this currently is not exposed in the constructor JSONDecoder.__init__.

It would be nice to expose it. Currently, I need to do hack it: https://gist.github.com/oberstet/fa8b8e04b8d532912bd616d9db65101a
History
Date User Action Args
2017-04-05 08:22:05oberstetsetrecipients: + oberstet
2017-04-05 08:22:05oberstetsetmessageid: <1491380525.56.0.628505740968.issue29992@psf.upfronthosting.co.za>
2017-04-05 08:22:05oberstetlinkissue29992 messages
2017-04-05 08:22:05oberstetcreate