Writes the opening bracket of a JSON array.
procedure StartArray();
This method writes the opening bracket of a JSON array to the output. To close the array call EndArray.