JSON Decoder. Contribute to entrlcom/go-json-decoder development by creating an account on GitHub.
json-iterator/go isn't compatible with encoding/json in many ways (e.g. json-iterator/go#229 ), but it hasn't been supported for a long time. segmentio/encoding/json is well supported for encoders, ...
You won't naturally see Go's JSON library performance become a bottleneck, because you're not bombarding it with many massive JSON blobs. That said, if your JSON workloads aren't a performance hotspot ...