Versions in this module Expand all Collapse all v0 v0.9.0 Apr 4, 2019 Changes in this version + const JSON + const NOOP + const STRING + func JSONCollectionDecoder(r io.Reader, v *map[string]interface{}) error + func JSONDecoder(r io.Reader, v *map[string]interface{}) error + func NewJSONDecoder(isCollection bool) func(io.Reader, *map[string]interface{}) error + func NewStringDecoder(_ bool) func(io.Reader, *map[string]interface{}) error + func NoOpDecoder(_ io.Reader, _ *map[string]interface{}) error + func Register(name string, dec func(bool) func(io.Reader, *map[string]interface{}) error) error + func StringDecoder(r io.Reader, v *map[string]interface{}) error + type Decoder func(io.Reader, *map[string]interface{}) error + type DecoderFactory func(bool) func(io.Reader, *map[string]interface{}) error + func Get(name string) DecoderFactory + type DecoderRegister struct + func GetRegister() *DecoderRegister + func (r *DecoderRegister) Get(name string) func(bool) func(io.Reader, *map[string]interface{}) error + func (r *DecoderRegister) Register(name string, dec func(bool) func(io.Reader, *map[string]interface{}) error) error