// DisallowUnknownFields configures the JSON decoder to error out if unknown // fields come along, instead of dropping them by default. func DisallowUnknownFields(d *json.Decoder) *json.Decoder { … }
// DisallowUnknownFields configures the JSON decoder to error out if unknown // fields come along, instead of dropping them by default. func DisallowUnknownFields(d *json.Decoder) *json.Decoder { … }