1
0
mirror of https://github.com/json-iterator/go.git synced 2025-07-03 23:30:41 +02:00

#166 support ValidateJsonRawMessage in ConfigCompatibleWithStandardLibrary

This commit is contained in:
Tao Wen
2017-09-14 23:54:40 +08:00
parent 6a4ba7bfa9
commit 90574c5ca3
4 changed files with 41 additions and 4 deletions

View File

@ -4,8 +4,8 @@ import (
"encoding"
"encoding/base64"
"encoding/json"
"unsafe"
"reflect"
"unsafe"
)
type stringCodec struct {