https://tip.golang.org/pkg/encoding/json/ mentions RFC 4627. The RFC 4627 is obsolete by [RFC 7159](https://tools.ietf.org/html/rfc7159). It looks like current implementation already confirms to RFC 7159. https://play.golang.org/p/lY-b3Ia13k Should we update the rfc no in the docs?