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
So, as per earlier take, JSON null should ideally map to JsonValue.NULL.
However! If nominal target type is NOT JsonValue but subtype like JsonObject, this is not possible and value MUST remain Java null.
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
Null being deserialized as null literal instead of JsonValue.NULL
Input null being deserialized as Java null value instead of JsonValue.NULLJun 3, 2020
(note: re-try fix for FasterXML/jackson-datatype-jsr353#16)
So, as per earlier take, JSON
null
should ideally map toJsonValue.NULL
.However! If nominal target type is NOT
JsonValue
but subtype likeJsonObject
, this is not possible and value MUST remain Javanull
.The text was updated successfully, but these errors were encountered: