Writes the opening bracket of a JSON array.
async json.startArray(): Promise<void>
This method writes the opening bracket of a JSON array to the output. To close the array call EndArray.