pub fn beginObject(self: *Stringify) Error!void
pub fn beginObject(self: *Stringify) Error!void { if (build_mode_has_safety) assert(self.raw_streaming_mode == .none); try self.valueStart(); try self.writer.writeByte('{'); try self.pushIndentation(.object); self.next_punctuation = .none; }