NullValueHandling
Specifies null value handling options for the JsonSerializer.
Ignore = 1
Ignore null values when serializing and deserializing objects.
Include = 0
Include null values when serializing and deserializing objects.