jsl422

Results 1 issues of jsl422

here is the code. ``` package main import ( "bytes" "encoding/json" "fmt" "github.com/json-iterator/go" ) var json2 = jsoniter.ConfigCompatibleWithStandardLibrary func main() { var ( x = -1 jsonStr []byte jsonRaw json.RawMessage...