Table of Contents

Enum NullValueHandling

Namespace
Newtonsoft.Json
Assembly
Newtonsoft.Json.dll

Specifies null value handling options for the JsonSerializer.

public enum NullValueHandling

Fields

Ignore = 1

Ignore null values when serializing and deserializing objects.

Include = 0

Include null values when serializing and deserializing objects.