method
Input.UnmarshalJSON
UnmarshalJSON preserves a concrete or explicit-null mutation value.
Arguments
| Argument | Type | Description |
|---|---|---|
data | []byte | The data value. |
Returns
The declared result.
errorFull signature
func (input *Input[T]) UnmarshalJSON(data []byte) errorRelated types
InputA presence-aware value used by nullable generated Go mutation fields.