Writes the closing brace of a JSON object.
def end_object() -> None: ...
This method writes the closing brace of a JSON object. A object must have previously been started by calling start_object.