Writes the opening bracket of a JSON array.
def start_array() -> None: ...
This method writes the opening bracket of a JSON array to the output. To close the array call end_array.