Versions in this module Expand all Collapse all v0 v0.1.0 Apr 5, 2025 Changes in this version + type Codec struct + func (j *Codec) ContentTypes() []string + func (j *Codec) Exts() []string + func (j *Codec) Marshal(v any) ([]byte, error) + func (j *Codec) Marshals(_ any) bool + func (j *Codec) Name() string + func (j *Codec) NewDecoder(r io.Reader) codecs.Decoder + func (j *Codec) NewEncoder(w io.Writer) codecs.Encoder + func (j *Codec) Unmarshal(data []byte, v any) error + func (j *Codec) Unmarshals(_ any) bool