标签: python base64 decode ordereddictionary
我使用了一个Salesforce python包来通过SOAP查询API,它返回了一个base64序列化的有序dict。我如何将其解码为有序字典?
答案 0 :(得分:0)
您想要b64decode,然后是json.loads。
b64decode
json.loads