json.dumps() 把字典转换成字符串----------字典转换成json数据
json.loads()把字符串转换成字典------------json数据转换成字典数据
https://www.cnblogs.com/hjianhui/p/10387057.html