Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultUnmarshaler = Unmarshaler{UnmarshalFunc: json.Unmarshal}
View Source
var UnexpectedTypeErr = errors.New("failed to unmarshal json: interface to unmarshal into must be a pointer to a struct")
Functions ¶
This section is empty.
Types ¶
type Unmarshaler ¶
func (Unmarshaler) Unmarshal ¶
func (um Unmarshaler) Unmarshal(data []byte, i interface{}) error
Click to show internal directories.
Click to hide internal directories.