[issue34858] MappingProxy objects should JSON serialize just like a dictionary

Serhiy Storchaka report at bugs.python.org
Tue Oct 2 00:25:10 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Using the default method or argument is a proper way of serializing custom types to JSON. There are a number of issues fr adding support for serializing different types by default. I work on a patch that will allow to make different types serializable in a more convenient way.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34858>
_______________________________________


More information about the Python-bugs-list mailing list