v0.75.3970
- Fix: When deserializing the JSON value
"null"
into a struct value like
int
, theSingleValueObjectConverter
threw an exception instead of
merely returningnull
representing an absentSingleValueObject<int>
value
"null"
into a struct value likeint
, the SingleValueObjectConverter
threw an exception instead ofnull
representing an absent SingleValueObject<int>
value