想不转义就给 json.dumps() 添加参数:
,ensure_ascii=False
如:
json.dumps(data,ensure_ascii=False)
参考:python3json存储时防止中文转义