The JSON text needs to be encoded (parsed) to JSON object first. The easiest way is using `json.decode` method with the text as the argument ...
確定! 回上一頁