JsonNodeType Enum
Lists values that identify the type of the JSON data node.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Members
Name | Description |
---|---|
Object
|
Identifies a JSON node as an object. |
Array
|
Identifies a JSON node as an array. |
Property
|
Identifies a JSON node as a property. |
Related API Members
The following properties accept/return JsonNodeType values:
Remarks
This enumeration’s values are used to set the JsonNode.Type and JsonSchemaNode.Type properties.
See Also