web-budget / back-end

Back-end application for webBudget
Apache License 2.0
6 stars 5 forks source link

Fix JSON deserialization behavior for strings #41

Closed arthurgregorio closed 1 year ago

arthurgregorio commented 1 year ago

When a given JSON contains empty strings (not null, just "") the value for this string is not being translated to null value in the koltin code.

arthurgregorio commented 1 year ago

Addin more context on why ACCEPT_EMPTY_STRING_AS_NULL_OBJECT didn't work since the beginning: https://github.com/FasterXML/jackson-databind/issues/1563