1 Star 0 Fork 0

笑看风云 / gocodes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
json-kind.go 120 Bytes
一键复制 编辑 原始数据 按行查看 历史
笑看风云 提交于 2021-11-07 22:10 . 添加datax
package jsonvalue
type JSONValue int8
const (
Invalid JSONValue = iota
Bool
Int
UInt
Float64
String
Map
Nil
)
Go
1
https://gitee.com/zhongguo168a/gocodes.git
git@gitee.com:zhongguo168a/gocodes.git
zhongguo168a
gocodes
gocodes
46752958e769

搜索帮助