Back to Devexpress

JsonNodeType Enum

corelibraries-devexpress-dot-dataaccess-dot-json-83fe0735.md

latest1.4 KB
Original Source

JsonNodeType Enum

Lists values that identify the type of the JSON data node.

Namespace : DevExpress.DataAccess.Json

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public enum JsonNodeType
vb
Public Enum JsonNodeType

Members

NameDescription
Object

Identifies a JSON node as an object.

| | Array |

Identifies a JSON node as an array.

| | Property |

Identifies a JSON node as a property.

|

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

DevExpress.DataAccess.Json Namespace