We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c570d9 commit 30c7212Copy full SHA for 30c7212
benchmarks/jsoniter_large_file_test.go
@@ -2,10 +2,11 @@ package test
2
3
import (
4
"encoding/json"
5
- "github.com/json-iterator/go"
6
"io/ioutil"
7
"os"
8
"testing"
+
9
+ jsoniter "github.com/aperturerobotics/json-iterator-lite"
10
)
11
12
//func Test_large_file(t *testing.T) {
benchmarks/stream_test.go
@@ -5,7 +5,7 @@ import (
"strconv"
- jsoniter "github.com/json-iterator/go"
func Benchmark_stream_encode_big_object(b *testing.B) {
go.mod
@@ -1,6 +1,6 @@
1
module github.com/aperturerobotics/json-iterator-lite
-go 1.22
+go 1.21
require (
github.com/json-iterator/go v1.1.12
0 commit comments