Explanation: json.loads() is a method that allows us to convert the given json string into a Python object which can then be used to parse the required data.
確定! 回上一頁