fn space(self: *Serializer) Error!void
fn space(self: *Serializer) Error!void { if (self.options.whitespace) { try self.writer.writeByte(' '); } }