NullValueHandling public enum NullValueHandling Specifies null value handling options for the JsonSerializer. Documentation Code namespace Newtonsoft.Json { public enum NullValueHandling { Include, Ignore } }