Sugawara Yuuta
Results
2
issues of
Sugawara Yuuta
The behavior of the syntax check for skipped numeric literals is different from the standard library
### How to reproduce ```go package main import ( "encoding/json" "fmt" goccy "github.com/goccy/go-json" ) func main() { in := []byte(`{"fake": 0.}`) out := struct{}{} err := json.Unmarshal(in, &out) fmt.Println("json:", err)...
I am the developer of a new JSON encoder/decoder called [sonnet](https://github.com/sugawarayuuta/sonnet), a library designed for full compatibility and speed. I would like you to include mine in the benchmarks listed...