Description
When returning domain objects with JSON, properties with null values should be omitted.
'null' is not a natural value for an API. Therefore a property that is not set should be not returned at all.
When returning domain objects with JSON, properties with null values should be omitted.
'null' is not a natural value for an API. Therefore a property that is not set should be not returned at all.