IJsonDocument.RootElement

Syntax

RootElement: IJsonElement;

Description

The RootElement property returns the root element of JSON structure.

Example

The example of use is given in description of the following methods: IJsonDocument.ReadFromFile, IJsonDocument.ReadFromStream, IJsonDocument.ReadFromString, IJsonDocument.WriteToFile, IJsonDocument.WriteToStream, IJsonDocument.WriteToString.

See also:

IJsonDocument