Writes the opening brace of a JSON object.
def start_object() -> None: ...
This method writes the opening brace of a JSON object to the output. To close the object call end_object.