IJsonElement.GetType

Syntax

GetType: JsonElementType;

Description

The GetType property returns the element type.

Example

The example of use is given in description of the IJsonDocument.ReadFromFile method.

See also:

IJsonElement