GetDocumentRoot
This method returns the root node of a JSON document in the DOM memory.
Syntax
METHOD GetDocumentRoot : SJsonValue
Return value
Name | Type |
---|---|
GetDocumentRoot | SjsonValue (note possible invalidity) |
Sample call:
jsonRoot := fbJson.GetDocumentRoot();