今天做小程序,获取小程序openId,http返回的json是
{\"openId\":\"xxxxxxxxxxxx\" }
这种情况直接使用 json.Unmarshal() 不能进行解析,可以使用easyjson或者自己根据返回从新封装。
今天做小程序,获取小程序openId,http返回的json是
{\"openId\":\"xxxxxxxxxxxx\" }
这种情况直接使用 json.Unmarshal() 不能进行解析,可以使用easyjson或者自己根据返回从新封装。
本文标题:go json标准库需要注意的地方
本文链接:https://www.haomeiwen.com/subject/yjzptltx.html
网友评论