1
0
mirror of https://github.com/json-iterator/go.git synced 2025-12-20 23:30:38 +02:00

support map of interface{}

This commit is contained in:
Tao Wen
2017-01-25 22:43:57 +08:00
parent 94ae645ab9
commit f1c4dbde29
8 changed files with 193 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
package jsoniter
import "unsafe"
import (
"unsafe"
)
type stringCodec struct {
}