![1693928149021.jpg](https://static.golangjob.cn/230905/3d9959561a33450d3495a2dc23331745.jpg)
我要怎么给引入的三方库结构体添加json格式化时候的小写字段呢,除了自己定义之外。谢谢各位。
更多评论
type Person1 struct {
Name string `json:"name"`
Age int `json:"age"`
}
#1