1
0
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:
Tao Wen
2018-02-18 22:49:06 +08:00
parent 577ddede74
commit d8e64aa825
6 changed files with 147 additions and 131 deletions

View File

@ -74,7 +74,7 @@ func init() {
(*[]jsonMarshaler)(nil),
(*[]jsonMarshalerMap)(nil),
(*[]textMarshaler)(nil),
(*[]textMarshalerMap)(nil),
selectedSymmetricCase{(*[]textMarshalerMap)(nil)},
)
}