JToken.MemberAttributeSettings - robbyxp1/QuickJSON GitHub Wiki
Holds the attribute settings found - used in FromObject
public class JToken.MemberAttributeSettingsInheritance System.Object 🡒 MemberAttributeSettings
Member info
public MemberInfo MemberInfo;if custom format is active
public bool CustomFormat { get; set; }if custom format is active for array elements, not the object itself
public bool CustomFormatArray { get; set; }ignore member if null
public bool IgnoreMemberIfNull { get; set; }if set, sets the memberignore variable for the object below
public System.Collections.Generic.HashSet<string> IgnoreSet { get; set; }System.Collections.Generic.HashSet<System.String>
Only include these members
public System.Collections.Generic.HashSet<string> IncludeSet { get; set; }System.Collections.Generic.HashSet<System.String>
name to call the output
public string Name { get; set; }