Versions in this module Expand all Collapse all v1 v1.5.1 Mar 18, 2019 Changes in this version + func DecodeString(dst interface{}, src string) error + func DecodeValues(dst interface{}, vs url.Values) error + func EncodeToString(dst interface{}) (string, error) + func EncodeToValues(dst interface{}) (url.Values, error) + type Decoder struct + func NewDecoder(r io.Reader) *Decoder + func (d *Decoder) DelimitWith(r rune) *Decoder + func (d *Decoder) EscapeWith(r rune) *Decoder + func (d *Decoder) IgnoreCase(ignoreCase bool) + func (d *Decoder) IgnoreUnknownKeys(ignoreUnknown bool) + func (d Decoder) Decode(dst interface{}) error + func (d Decoder) DecodeString(dst interface{}, src string) error + func (d Decoder) DecodeValues(dst interface{}, vs url.Values) error + type Encoder struct + func NewEncoder(w io.Writer) *Encoder + func (e *Encoder) DelimitWith(r rune) *Encoder + func (e *Encoder) EscapeWith(r rune) *Encoder + func (e *Encoder) KeepZeros(z bool) *Encoder + func (e Encoder) Encode(dst interface{}) error v1.5.1-fix Jun 8, 2022