FB = namedtuple(“FB”, (“foo”,”bar”)) fb = FB(123, 456) test_dict={fb:999}
How to serialize to json for test_dict?