Is there a way in Python to serialize a dictionary that is using a tuple as key: a={(1,2):'a'}. simply using json.dumps(a), produces:
確定! 回上一頁