forked from mirror/go-json
Add new operation
This commit is contained in:
parent
1e765df4f7
commit
93ce3f8bd2
|
@ -211,7 +211,7 @@ func (t opType) fieldToStringTagField() opType {
|
|||
"int", "int8", "int16", "int32", "int64",
|
||||
"uint", "uint8", "uint16", "uint32", "uint64",
|
||||
"float32", "float64", "bool", "string", "bytes",
|
||||
"MarshalJSON", "MarshalText",
|
||||
"array", "map", "mapLoad", "slice", "struct", "MarshalJSON", "MarshalText",
|
||||
}
|
||||
primitiveTypesUpper := []string{}
|
||||
for _, typ := range primitiveTypes {
|
||||
|
|
2730
encode_optype.go
2730
encode_optype.go
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue