Versions in this module Expand all Collapse all v0 v0.1.0 Nov 23, 2024 Changes in this version + type JSONEncoding struct + func NewJSONEncoding() *JSONEncoding + func (e *JSONEncoding) Decode(input []byte, output any) error + func (e *JSONEncoding) DecodeReader(input io.Reader, output any) error + func (e *JSONEncoding) Encode(v any) ([]byte, error) + type TOMLEncoding struct + func NewTOMLEncoding() *TOMLEncoding + func (e *TOMLEncoding) Decode(input []byte, output any) error + func (e *TOMLEncoding) DecodeReader(input io.Reader, output any) error + func (e *TOMLEncoding) Encode(v any) ([]byte, error)