python: json,base64 的使用

JSON
1. import json
2. json.dumps() json obj => string
3. json.load() string => json obj

Base64