You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-06-15 22:50:24 +02:00
Formated, doced. Also fixed few minor bugs.
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
package jsoniter
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"encoding/json"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
||||
func Test_skip_number(t *testing.T) {
|
||||
iter := ParseString(`[-0.12, "b"]`)
|
||||
iter.ReadArray()
|
||||
@ -148,4 +147,4 @@ func Benchmark_json_skip(b *testing.B) {
|
||||
result := TestResp{}
|
||||
json.Unmarshal(input, &result)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user