DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS
not respected
#21
Milestone
DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS
not respected
#21
the following JSON
Cannot be deserialized into the following class:
But the mapper I use defines:
So using an array with one value should work. It does with strings. Also probably if DeserializationFeature.ACCEPT_EMPTY_ARRAY_AS_NULL_OBJECT is enabled, an empty array should result in a null value.
The text was updated successfully, but these errors were encountered: