1. json.dumps:将dict字典转换成 str
例如:
2. json.loads:将 str转换成dict
例如
json.dumps and json.loads区分
原文:http://www.cnblogs.com/fennudexiaoniao/p/7596514.html