Skip to content

JSON.Defaults.Tolerant field

The tolerant settings, ignores missing members, reference loops on deserialization, skips nulls when serializing

public static readonly JsonSerializerOptions Tolerant;

See Also