Sign in
apache
/
cloudstack-kubernetes-provider
/
b13b4a31891ea31a105db83bf019224b9407aa9e
/
.
/
vendor
/
github.com
/
json-iterator
/
go
/
value_tests
/
bool_test.go
blob: 40d8ca931799171e86c889d71cf0d50cc70b01f9 [
file
] [
log
] [
blame
]
package test
func init() {
unmarshalCases = append(unmarshalCases, unmarshalCase{
ptr: (*struct {
Field bool `json:"field"`
})(nil),
input: `{"field": null}`,
})
}