You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
Should be able to have
enable(DeserializationFeature.ACCEPT_SINGLE_VALUE_AS_ARRAY);
with JSON
However, this throws exception:
JsonMappingException: Expecting START_ARRAY, found VALUE_STRING
Please note that this works:
with JSON:
when
enable(DeserializationFeature.ACCEPT_SINGLE_VALUE_AS_ARRAY);
The text was updated successfully, but these errors were encountered: