GetDocumentRoot

GetDocumentRoot 1:

Diese Methode liefert den Root-Knoten eines JSON-Dokuments im DOM-Speicher.

Syntax

METHOD GetDocumentRoot : SJsonValue

GetDocumentRoot 2: Rückgabewert

Name

Typ

GetDocumentRoot

SJsonValue

Beispielaufruf:

jsonRoot := fbJson.GetDocumentRoot();