IJsonDocument.Root

Syntax

Root: IJsonObject;

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

Description

The Root property returns the root element of JSON structure.

Fore and Fore.NET Examples

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