Versions in this module Expand all Collapse all v4 v4.1.2 Aug 3, 2021 Changes in this version + func JSONReader(v interface{}) io.ReadCloser + func PutDecoder(d *Decoder) + func PutEncoder(e *Encoder) + type Decoder = codec.Decoder + func GetDecoder(r io.Reader) *Decoder + type Encoder = codec.Encoder + func GetEncoder(w io.Writer) *Encoder