Skip to content

JsonSettings.Strict field

The stricter settings, which raise an error on missing members and reference loops, and ignore nulls.

public static JsonSerializerSettings Strict;

See Also