Versions in this module Expand all Collapse all v1 v1.0.1 Aug 7, 2026 Changes in this version + type Codec struct + func NewCodec(opts ...Option) Codec + func (c Codec) Marshal(v any) ([]byte, error) + func (c Codec) Unmarshal(data []byte, v any) error + type Option func(*Codec) + func WithIndent(indent string) Option