Versions in this module Expand all Collapse all v0 v0.3.14 Jan 14, 2025 v0.3.13 Jan 13, 2025 Changes in this version + var ErrTypeConvert = errors.New("implicit type conversion is not allowed") + func Unmarshal(data []byte, v any) error + type Decoder struct + func NewDecoder(r io.Reader) *Decoder + func (dec *Decoder) Decode(v any) error