You can use that to decode a JSON object into a specific Python type. ... name self.username = username import json j = json.loads(your_json) u = User(**j).
確定! 回上一頁