Serializing a Python namedtuple to json

后端 未结 11 1725
梦谈多话
梦谈多话 2020-11-29 18:50

What is the recommended way of serializing a namedtuple to json with the field names retained?

Serializing a namedtuple to json results in only the valu

11条回答
提交回复
热议问题