Option to skip properies with null values
sytolk opened this issue · 0 comments
sytolk commented
I have receive from web service response properties like: "registrationDate":null
I think it's better to skip this properties in JS Object (default value is null or undefined)
The same options of the ObjectMapper is used in Java Deserialization:
https://github.com/FasterXML/jackson-databind/wiki/Deserialization-Features#value-conversions-coercion