wcandillon/swagger-js-codegen

Option to skip properies with null values

sytolk opened this issue · 0 comments

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