Skip to content

JsonSettings.Tolerant field

namespace: Serenity   assemblySerenity.Net.Core

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

public static JsonSerializerSettings Tolerant;

See Also