Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Binary ¶
type Binary struct{ Value string }
func (*Binary) MarshalBinary ¶
func (*Binary) UnmarshalBinary ¶
type NumberJSON ¶
type NumberJSON struct{ Value float64 }
func (*NumberJSON) MarshalJSON ¶
func (j *NumberJSON) MarshalJSON() ([]byte, error)
func (*NumberJSON) UnmarshalJSON ¶
func (j *NumberJSON) UnmarshalJSON(data []byte) error
type NumberOgen ¶
type NumberOgen struct{ Value float64 }
func (*NumberOgen) Encode ¶
func (o *NumberOgen) Encode(e *jx.Encoder)
type StringJSON ¶
type StringJSON struct{ Value string }
func (*StringJSON) MarshalJSON ¶
func (j *StringJSON) MarshalJSON() ([]byte, error)
func (*StringJSON) UnmarshalJSON ¶
func (j *StringJSON) UnmarshalJSON(data []byte) error
type StringOgen ¶
type StringOgen struct{ Value string }
func (*StringOgen) Encode ¶
func (o *StringOgen) Encode(e *jx.Encoder)
Click to show internal directories.
Click to hide internal directories.