method
Input.MarshalJSON
func (input Input[T]) MarshalJSON() (
[]byte,
error,
)MarshalJSON implements json.Marshaler. Nil *Input fields are omitted by the generated parent struct's omitempty tag before this method is called.
Related types
InputA presence-aware value used by nullable generated Go mutation fields.