JsonLayoutOptions

JsonLayoutOptions class

Represents the options of json layout type.

new JsonLayoutOptions()

Constructor of loading JSON layout options.

Methods

NameDescription
getArrayAsTable()Processes Array as table.
getConvertNumericOrDate()Indicates whether converting the string in json to numeric or date value.
getDateFormat()Gets and sets the format of date value.
getIgnoreArrayTitle()Indicates whether ignore title if array is a property of object. NOTE: This property is now obsolete. Instead, please us
getIgnoreNull()Indicates whether ignoring null value.
getIgnoreObjectTitle()Indicates whether ignore title if object is a property of object. NOTE: This property is now obsolete. Instead, please u
getIgnoreTitle()Ingores titles of attributes
getKeptSchema()
getNumberFormat()Gets and sets the format of numeric value.
getTitleStyle()Gets and sets the style of the title.
setArrayAsTable()Processes Array as table.
setConvertNumericOrDate()Indicates whether converting the string in json to numeric or date value.
setDateFormat()Gets and sets the format of date value.
setIgnoreArrayTitle()Indicates whether ignore title if array is a property of object. NOTE: This property is now obsolete. Instead, please us
setIgnoreNull()Indicates whether ignoring null value.
setIgnoreObjectTitle()Indicates whether ignore title if object is a property of object. NOTE: This property is now obsolete. Instead, please u
setIgnoreTitle()Ingores titles of attributes
setKeptSchema()
setNumberFormat()Gets and sets the format of numeric value.
setTitleStyle()Gets and sets the style of the title.

getArrayAsTable()

Processes Array as table.

getConvertNumericOrDate()

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

getDateFormat()

Gets and sets the format of date value.

getIgnoreArrayTitle()

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.

getIgnoreNull()

Indicates whether ignoring null value.

getIgnoreObjectTitle()

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.

getIgnoreTitle()

Ingores titles of attributes

getKeptSchema()

getNumberFormat()

Gets and sets the format of numeric value.

getTitleStyle()

Gets and sets the style of the title.

setArrayAsTable()

Processes Array as table.

setConvertNumericOrDate()

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

setDateFormat()

Gets and sets the format of date value.

setIgnoreArrayTitle()

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.

setIgnoreNull()

Indicates whether ignoring null value.

setIgnoreObjectTitle()

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.

setIgnoreTitle()

Ingores titles of attributes

setKeptSchema()

setNumberFormat()

Gets and sets the format of numeric value.

setTitleStyle()

Gets and sets the style of the title.