Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrExtraDataAfterDecoding = errors.New("extra data after decoding") ErrUnknownField = errors.New("unknown field in JSON input") )
Functions ¶
func UnmarshalDisallowUnknownFields ¶
UnmarshalDisallowUnknownFields parses the JSON-encoded data and stores the result in the value pointed to by v like json.Unmarshal, but with DisallowUnknownFields() set by default for extra security.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.