GetDocumentRoot

GetDocumentRoot 1:

This method returns the root node of a JSON document in the DOM memory.

Syntax

METHOD GetDocumentRoot : SJsonValue

GetDocumentRoot 2: Return value

Name

Type

GetDocumentRoot

SJsonValue

Sample call:

jsonRoot := fbJson.GetDocumentRoot();