Sign in
chromium
/
external
/
github.com
/
json-iterator
/
go
/
a3465d79a9477031d76eae58790ac95779b2f96c
/
.
/
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}`,
})
}