Writes the opening bracket of a JSON array.
- (void)startArray;
public func startArray() throws -> Void
This method writes the opening bracket of a JSON array to the output. To close the array call EndArray.