Class JsonLayoutOptions

JsonLayoutOptions class

Represents the options of json layout type.

public class JsonLayoutOptions

Constructors

NameDescription
JsonLayoutOptions()The default constructor.

Properties

NameDescription
ArrayAsTable { get; set; }Processes Array as table.
ConvertNumericOrDate { get; set; }Indicates whether converting the string in json to numeric or date value.
DateFormat { get; set; }Gets and sets the format of date value.
IgnoreArrayTitle { get; set; }(Obsolete.) Indicates whether ignore title if array is a property of object.
IgnoreNull { get; set; }Indicates whether ignoring null value.
IgnoreObjectTitle { get; set; }(Obsolete.) Indicates whether ignore title if object is a property of object.
IgnoreTitle { get; set; }Ingores titles of attributes
NumberFormat { get; set; }Gets and sets the format of numeric value.
TitleStyle { get; set; }Gets and sets the style of the title.

See Also