JsonLayoutOptions.IgnoreArrayTitle

JsonLayoutOptions.IgnoreArrayTitle property

Indicates whether ignore title if array is a property of object.

[Obsolete("Use JsonLayoutOptions.IgnoreTitle property instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IgnoreArrayTitle { get; set; }

Remarks

NOTE: This property is now obsolete. Instead, please use JsonLayoutOptions.IgnoreTitle property instead. This property will be removed 6 months later since February 2023. Aspose apologizes for any inconvenience you may have experienced.

See Also