1
0
mirror of https://github.com/json-iterator/go.git synced 2025-07-12 23:50:19 +02:00

#133 fix empty struct skip; fix ] as empty array

This commit is contained in:
Tao Wen
2017-07-17 09:09:00 +08:00
parent 0d604da7d7
commit 9b3ec40fd9
10 changed files with 55 additions and 40 deletions

View File

@ -4,8 +4,8 @@ import (
"bytes"
"encoding/json"
"github.com/stretchr/testify/require"
"testing"
"io"
"testing"
)
func Test_read_null(t *testing.T) {