会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
xuzhankun
博客园
首页
新随笔
联系
管理
订阅
2019年6月3日
go中json的tag使用
摘要: 指定json中的key名字: 指定数据类型, string number, boolean 忽略空值(值不为空, 不忽略) 忽略字段 "-" (无论有没有值, 都忽略) type user struct { Id int64 `json:"id,string,omitempty"` }
阅读全文
posted @ 2019-06-03 15:22 knox大树
阅读(1760)
评论(0)
推荐(0)
编辑
公告