EndObject
This method generates the end of a started JSON object ("curly closing bracket") and inserts it at the current position of the SAX writer.
Syntax
METHOD EndObject : HRESULT
Return value
Name | Type |
---|---|
EndObject | HRESULT |
Sample call:
fbJson.EndObject();