Writes the closing bracket of a JSON array.
def end_array() -> None: ...
This method writes the closing bracket of a JSON array to the output. An array must already have been opened by calling start_array.