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

JsonNode Class

Defines a node in the JsonDataSource‘s schema.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

[TypeConverter(typeof(JsonNode.JsonNodeTypeConverter))]
public class JsonNode

The following members return JsonNode objects:

Remarks

Use the JsonSchemaNode class to define the JsonDataSource‘s schema nodes that have a collection of nodes.

Inheritance

Object
JsonNode
See Also