JsonDataLoadOptions Class |
Namespace: GroupDocs.Assembly.Data
The JsonDataLoadOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | JsonDataLoadOptions |
Initializes a new instance of this class with default options.
|
Name | Description | |
---|---|---|
![]() | AlwaysGenerateRootObject |
Gets or sets a flag indicating whether a generated data source will always contain an object for a JSON root
element. If a JSON root element contains a single complex property, such an object is not created by default.
|
![]() | ExactDateTimeParseFormat | Obsolete.
Gets or sets an exact format for parsing JSON date-time values while loading JSON. The default is null.
|
![]() | ExactDateTimeParseFormats |
Gets or sets exact formats for parsing JSON date-time values while loading JSON. The default is null.
|
![]() | SimpleValueParseMode |
Gets or sets a mode for parsing JSON simple values (null, boolean, number, integer, and string)
while loading JSON. Such a mode does not affect parsing of date-time values. The default is
Loose.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |