JSON parser should reject invalid values for Boolean properties instead of converting to false
Using Micronaut Serde, any string value other than "true"
returns false
, and any numeric value other than 0 returns true
.
Using Micronaut Serde, any string value other than "true"
returns false
, and any numeric value other than 0 returns true
.