1
0
mirror of https://github.com/json-iterator/go.git synced 2025-06-30 23:23:49 +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

@ -2,10 +2,10 @@ package jsoniter
import (
"encoding/json"
"fmt"
"github.com/stretchr/testify/require"
"testing"
"unsafe"
"fmt"
)
func Test_write_array_of_interface(t *testing.T) {