blob: 40d8ca931799171e86c889d71cf0d50cc70b01f9 [file] [log] [blame]
package test
func init() {
unmarshalCases = append(unmarshalCases, unmarshalCase{
ptr: (*struct {
Field bool `json:"field"`
})(nil),
input: `{"field": null}`,
})
}