Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Input ¶
type Input struct {
Name string `json:"name"`
}
func (*Input) MarshalJSON ¶
MarshalJSON marshal bytes to json - template
func (*Input) MarshalJSONBuf ¶
func (j *Input) MarshalJSONBuf(buf fflib.EncodingBuffer) error
MarshalJSONBuf marshal buff to json - template
func (*Input) UnmarshalJSON ¶
UnmarshalJSON umarshall json - template of ffjson
func (*Input) UnmarshalJSONFFLexer ¶
UnmarshalJSONFFLexer fast json unmarshall - template ffjson
Click to show internal directories.
Click to hide internal directories.