NullValueHandling Enumeration
From Json.NET
Json.NET - Quick Starts & API Documentation
NullValueHandling Enumeration
Namespaces ► Newtonsoft.Json ► NullValueHandling
Specifies null value handling options for the JsonSerializer.
| C# | Visual Basic | Visual C++ |
public enum NullValueHandling
Public Enumeration NullValueHandling
public enum class NullValueHandling
| Member | Description |
|---|---|
| Include |
Include null values when serializing and deserializing objects.
|
| Ignore |
Ignore null values when serializing and deserializing objects.
|