IJsonElement.GetType

Syntax

GetType: JsonElementType;

GetType: Prognoz.Platform.Interop.ForeSystem.JsonElementType;

Description

The GetType property returns the element type.

Fore and Fore.NET Examples

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

See also:

IJsonElement