IJsonElement.AsObject

Syntax

AsObject: IJsonObject;

AsObject: Prognoz.Platform.Interop.ForeSystem.IJsonObject;

Description

The AsObject property returns the element as an object.

Fore and Fore.NET Examples

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

See also:

IJsonElement