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 (note possible invalidity)

Sample call:

jsonRoot := fbJson.GetDocumentRoot();