JsonLayoutOptions
JsonLayoutOptions class
Represents the options of json layout type.
Constructors
| Name | Description |
|---|---|
| JsonLayoutOptions | Constructor of loading JSON layout options. |
Properties
| Name | Type | Description |
|---|---|---|
| ArrayAsTable | boolean | Processes Array as table. |
| IgnoreNull | boolean | Indicates whether ignoring null value. |
| IgnoreArrayTitle | boolean | Indicates whether ignore title if array is a property of object. NOTE: This property is now obsolete. Instead, please us |
| IgnoreObjectTitle | boolean | Indicates whether ignore title if object is a property of object. NOTE: This property is now obsolete. Instead, please u |
| IgnoreTitle | boolean | Ingores titles of attributes |
| ConvertNumericOrDate | boolean | Indicates whether converting the string in json to numeric or date value. |
| NumberFormat | String | Gets and sets the format of numeric value. |
| DateFormat | String | Gets and sets the format of date value. |
| TitleStyle | Style | Gets and sets the style of the title. |
| KeptSchema | boolean | Indicates 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