Skip to content

JsonSettings.Tolerant field

The tolerant settings, which ignore missing members and reference loops on deserialization, and ignore nulls.

public static JsonSerializerSettings Tolerant;

See Also