Versions in this module Expand all Collapse all v2 v2.0.0 Jul 11, 2021 Changes in this version + type StringDecoder struct + func (d StringDecoder) Bool(v interface{}) (bool, error) + func (d StringDecoder) Bytes(v interface{}) ([]byte, error) + func (d StringDecoder) Float64(v interface{}) (float64, error) + func (d StringDecoder) Int64(v interface{}) (int64, error) + func (d StringDecoder) String(v interface{}) (string, error) + func (d StringDecoder) Uint64(v interface{}) (uint64, error)