Sonnet High performance JSON library in Go. Features Fully compatible with the Go standard library, Both the encoder and the decoder passed all tests from it. Efficient. Uses less memory and several times shorter decoding time when I benchmark this against the standard library. “encoding/json” independent. Unlike some of other implementations, It doesn’t call the
