Versions in this module Expand all Collapse all v1 v1.0.0 Nov 12, 2023 Changes in this version + var DefaultKeyReplacer = strings.NewReplacer("_", "-") + type Decoder struct + func NewDecoder(option Option) *Decoder + func (d *Decoder) Decode(src map[string]any, dst any) error + type Option struct + KeyReplacer *strings.Replacer + TagName string + WeaklyTypedInput bool