1
0
mirror of https://github.com/json-iterator/go.git synced 2025-11-29 22:47:28 +02:00

use reflect2 decode slice

This commit is contained in:
Tao Wen
2018-02-19 14:18:42 +08:00
parent cbc1786a76
commit 29604bf5c3
4 changed files with 34 additions and 62 deletions

View File

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