python, json转码

先从字符串到json

a = json.loads(str)

处理完毕后再转json

b = json.dumps(a).encode('utf8').decode('unicode-escape')

posted @ 2022-07-08 16:56  CrossPython  阅读(161)  评论(0编辑  收藏  举报