OpenAPITools / jackson-databind-nullable

JsonNullable wrapper class and Jackson module to support meaningful null values
Apache License 2.0
103 stars 30 forks source link

correctly deserialize Character #45

Closed bratkartoffel closed 1 year ago

bratkartoffel commented 1 year ago

Align with String deserialization behaviour.

This fixes #26.