Skip to main content
A newer version of this page is available. .

JsonNodeType Enum

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

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v19.2.dll

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