该工具实时将 JSON 转换为 Go 类型定义。 在左侧粘贴一个JSON结构,右侧将生成相应的Go类型,您可以将其粘贴到程序中。 脚本必须做出一些假设,所以仔细检查输出。 (并且去fmt你的代码!)
https://mholt.github.io/json-to-go/
{
"id":1,
"weight":1,
"banner":"https://xxx.xx.com/xxx/123.png",
"class1":"top",
"class2":"love",
"className1":"大吉",
"className2":"桃花",
"explain":"这是一个超长的解读,真的很长很长很长。。。。",
"shortExplain":"短解读",
"nextRoute":"/pages/test/index?id=133"
}
#2