JsonSettings.IncludesNullValues property

True if null JSON properties should be read and/or written.

public bool IncludesNullValues { get; set; }

Remarks

The default is false, which neither reads nor writes null JSON properties.

See Also