gpt4 book ai didi

json - 将特定的 JSON 字段写入文件

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

我刚开始学习 Golang,不明白如何只将特定的 JSON 字段写入输出文件。

例如我有这个结构:

type example struct {
Ifindex int `json:"ifindex"`
HostID int `json:"host_id"`
Hostname string `json:"hostname"`
Name string `json:"name"`
}

我的输出文件应采用以下格式:

[{"Ifindex": int, "Hostname": string}, {...}]

我该怎么做?

最佳答案

如果我没理解错的话,您可能希望在编码为 JSON 时省略一些字段。然后使用json:"-"作为字段标签。

关于json - 将特定的 JSON 字段写入文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53085693/

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