Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
Decoder represents value decoder
func (*Decoder) SetValues ¶
func (d *Decoder) SetValues(values []interface{})
SetValues sets values pointer
func (*Decoder) UnmarshalJSONArray ¶
UnmarshalJSONArray unmarshal JSON array
type Unmarshaler ¶
type Unmarshaler interface { gojay.UnmarshalerJSONObject // contains filtered or unexported methods }
Unmarshaler represnets unmarshaler
Click to show internal directories.
Click to hide internal directories.