StartArray
This method generates the start of a new JSON array ("square opening bracket") and inserts it at the current position of the SAX writer.
Syntax
METHOD StartArray : HRESULT
Return value
Name | Type |
---|---|
StartArray | HRESULT |
Sample call:
fbJson.StartArray();