You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-08-07 21:52:55 +02:00
support TextMarshaler as map key
This commit is contained in:
@ -74,7 +74,7 @@ func init() {
|
||||
(*[]jsonMarshaler)(nil),
|
||||
(*[]jsonMarshalerMap)(nil),
|
||||
(*[]textMarshaler)(nil),
|
||||
(*[]textMarshalerMap)(nil),
|
||||
selectedSymmetricCase{(*[]textMarshalerMap)(nil)},
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user