You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-11-29 22:47:28 +02:00
Formated, doced. Also fixed few minor bugs.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package jsoniter
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"encoding/json"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func Test_empty_array(t *testing.T) {
|
||||
@@ -135,4 +135,4 @@ func Benchmark_json_array(b *testing.B) {
|
||||
result := []interface{}{}
|
||||
json.Unmarshal([]byte(`[1,2,3]`), &result)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user