JsonLayoutOptions Class
Contents
[
Hide
]JsonLayoutOptions class
Represents the options of json layout type.
type JsonLayoutOptions struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewJsonLayoutOptions | Constructor of loading JSON layout options. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetArrayAsTable | Processes Array as table. |
SetArrayAsTable | Processes Array as table. |
GetIgnoreNull | Indicates whether ignoring null value. |
SetIgnoreNull | Indicates whether ignoring null value. |
GetIgnoreTitle | Ingores titles of attributes |
SetIgnoreTitle | Ingores titles of attributes |
GetConvertNumericOrDate | Indicates whether converting the string in json to numeric or date value. |
SetConvertNumericOrDate | Indicates whether converting the string in json to numeric or date value. |
Get_NumberFormat | Gets and sets the format of numeric value. |
SetNumberFormat | Gets and sets the format of numeric value. |
Get_DateFormat | Gets and sets the format of date value. |
SetDateFormat | Gets and sets the format of date value. |
GetTitleStyle | Gets and sets the style of the title. |
SetTitleStyle | Gets and sets the style of the title. |
GetKeptSchema | Indicates whether keeping schema of this json. |
SetKeptSchema | Indicates whether keeping schema of this json. |