0
FB = namedtuple(“FB”, (“foo”,”bar”))
fb = FB(123, 456)
test_dict={fb:999}

How to serialize to json for test_dict?

ideate
  • 1

0 Answers0