gpt4 book ai didi

json - 在 go 中键入嵌套的 json 解码

转载 作者:数据小太阳 更新时间:2023-10-29 03:06:26 25 4
gpt4 key购买 nike

<分区>

我尝试在 go 中解码一些嵌套的 JSON,结构沿着这个走

type GameState struct {
missiles []*Missile
others []*Player
you *Player
}
type Message struct {
gamestate *GameState
messagetype string
}
// json like {"gamestate":{...},"messagetype":"stateupdate"}

我还放了一个 running example在线。

现在,当我使用 map[string]interface{} 进行 Unmarshal 时,所有内容都会被反序列化。但是当我使用结构进行 Unmarshal 时,我得到了 nil,无论是结果还是错误。

怎么会?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com