IJsonElement.AsObject

Syntax

AsObject: IJsonObject;

Description

The AsObject property returns the element as an object.

Example

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

See also:

IJsonElement