Versions in this module Expand all Collapse all v0 v0.0.1 Mar 13, 2019 Changes in this version + func Decode(b []byte, d Decoder, i interface{}) error + func Exists(decoder Decoder, bytes []byte) bool + func Map(b []byte, pairs ...MapPair) error + func OneOf(b []byte, dList []Decoder, i interface{}) error + type Builder struct + func First(field string) Builder + func (b Builder) Into(d Decoder) Decoder + func (b Builder) Then(field string) Builder + type Decoder struct + func Bool() Decoder + func Field(name string, decoder Decoder) Decoder + func Float64() Decoder + func Int() Decoder + func String() Decoder + type ErrWrongType struct + func (e ErrWrongType) Error() string + type MapPair struct + func Pair(d Decoder, iface interface{}) MapPair