JsonLayoutOptions

JsonLayoutOptions class

Represents the options of json layout type.

Constructors

NameDescription
JsonLayoutOptionsConstructor of loading JSON layout options.

Properties

NameTypeDescription
ArrayAsTablebooleanProcesses Array as table.
IgnoreNullbooleanIndicates whether ignoring null value.
IgnoreArrayTitlebooleanIndicates whether ignore title if array is a property of object. NOTE: This property is now obsolete. Instead, please us
IgnoreObjectTitlebooleanIndicates whether ignore title if object is a property of object. NOTE: This property is now obsolete. Instead, please u
IgnoreTitlebooleanIngores titles of attributes
ConvertNumericOrDatebooleanIndicates whether converting the string in json to numeric or date value.
NumberFormatStringGets and sets the format of numeric value.
DateFormatStringGets and sets the format of date value.
TitleStyleStyleGets and sets the style of the title.
KeptSchemabooleanIndicates whether keeping schema of this json. Sometimes we will save the file to JSON after loading JSON file.

JsonLayoutOptions()

Constructor of loading JSON layout options.

JsonLayoutOptions.ArrayAsTable property

Processes Array as table.

Type: boolean

JsonLayoutOptions.IgnoreNull property

Indicates whether ignoring null value.

Type: boolean

JsonLayoutOptions.IgnoreArrayTitle property

Indicates whether ignore title if array is a property of object. 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.

Type: boolean

JsonLayoutOptions.IgnoreObjectTitle property

Indicates whether ignore title if object is a property of object. 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.

Type: boolean

JsonLayoutOptions.IgnoreTitle property

Ingores titles of attributes

Type: boolean

JsonLayoutOptions.ConvertNumericOrDate property

Indicates whether converting the string in json to numeric or date value.

Type: boolean

JsonLayoutOptions.NumberFormat property

Gets and sets the format of numeric value.

Type: String

JsonLayoutOptions.DateFormat property

Gets and sets the format of date value.

Type: String

JsonLayoutOptions.TitleStyle property

Gets and sets the style of the title.

Type: Style

JsonLayoutOptions.KeptSchema property

Indicates whether keeping schema of this json. Sometimes we will save the file to JSON after loading JSON file.

Type: boolean