优化自动生成json #3
@ -23,3 +23,16 @@ const (
|
|||||||
// KeywordEscapeSymbol 转义符号
|
// KeywordEscapeSymbol 转义符号
|
||||||
KeywordEscapeSymbol = `\`
|
KeywordEscapeSymbol = `\`
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
// ValueTypeString 字符串类型
|
||||||
|
ValueTypeString = "string"
|
||||||
|
// ValueTypeInteger int类型
|
||||||
|
ValueTypeInteger = "int64"
|
||||||
|
// ValueTypeFloat float类型
|
||||||
|
ValueTypeFloat = "float64"
|
||||||
|
// ValueTypeMap map数据
|
||||||
|
ValueTypeMap = "map"
|
||||||
|
// ValueTypeArray 数组
|
||||||
|
ValueTypeArray = "array"
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user