You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-06-15 22:50:24 +02:00
fix #286 calcHash should use byte not rune to calc hash
This commit is contained in:
@ -145,6 +145,9 @@ func init() {
|
||||
(*struct {
|
||||
Field bool `json:",omitempty,string"`
|
||||
})(nil),
|
||||
(*struct {
|
||||
Field bool `json:"中文"`
|
||||
})(nil),
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user