To convert from a JSON string to a Python object use json.loads(json_string) as show below: m_in=json.loads(m_decode) #decode json data.
確定! 回上一頁