You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-06-18 22:57:33 +02:00
Formated, doced. Also fixed few minor bugs.
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
package jsoniter
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func Test_string_empty(t *testing.T) {
|
||||
@ -121,4 +121,4 @@ func Benchmark_json_ascii(b *testing.B) {
|
||||
result := ""
|
||||
json.Unmarshal([]byte(`"hello"`), &result)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user