如何用go struct查看json的标签键?

我正在学习https://www.digitalocean.com/community/tutorials/how-to-use-json-in-go#using-a-struct-to-generate-json(go的旧版本)。,我使用 go 1.20.1 、windows 11 x64、goland 2022.3.2 。,行,返回,我想查看 {"intvalue": 1234, "boolvalue": true, ...} ,请指导我。,完整源代码https://github.com/donhuvy/vy_learn_go_json2023/blob/main/sample3/main3.go#l36,为什么我使用 fmt.println(string(json.marshal(data))) 会导致错误?,我通常使用json编码库。看看下面的例子:,输出:,
返回顶部
跳到底部

Copyright 2011-2024 南京追名网络科技有限公司 苏ICP备2023031119号-6 乌徒帮 All Rights Reserved Powered by Z-BlogPHP Theme By open开发

请先 登录 再评论,若不是会员请先 注册