Skip to main content

JsonNodeType Enum

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

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public enum JsonNodeType

#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