Root: IJsonObject;
The Root property returns the root element of JSON structure.
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: