Versions in this module Expand all Collapse all v2 v2.2.0 Jul 7, 2026 Changes in this version + const Name + var Default = &Codec + func UseNumber() + type Codec struct + func (j *Codec) Decode(data []byte, v any) error + func (j *Codec) Encode(v any) ([]byte, error) + func (j *Codec) Marshal(v any) ([]byte, error) + func (j *Codec) Name() string + func (j *Codec) Unmarshal(data []byte, v any) error Other modules containing this package github.com/pubgo/lava