Versions in this module Expand all Collapse all v0 v0.7.1 May 16, 2024 Changes in this version type Encoder + Tabular bool v0.7.0 May 1, 2024 Changes in this version + func Marshal(value any) ([]byte, error) + func Unmarshal(b []byte, value any) error + type Decoder struct + func NewDecoder(in io.Reader) *Decoder + func (decoder *Decoder) Decode(value any) error + type Encoder struct + Indent string + func NewEncoder(out io.Writer) *Encoder + func (encoder *Encoder) Encode(value any) error + type Word interface + DecodeWord func(data string) error + EncodeWord func() (string, error)