Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶
type Bool struct {
// contains filtered or unexported fields
}
Bool provides a nullable bool
func (Bool) MarshalJSON ¶ added in v0.4.0
MarshalJSON implements the json.Marshaller interface
func (*Bool) UnmarshalJSON ¶ added in v0.4.0
UnmarshalJSON implements the json.Unmarshaller interface
type Float ¶
type Float struct {
// contains filtered or unexported fields
}
Float provides a nullable float64
func (Float) MarshalJSON ¶ added in v0.4.0
MarshalJSON implements the json.Marshaller interface
func (*Float) UnmarshalJSON ¶ added in v0.4.0
UnmarshalJSON implements the json.Unmarshaller interface
type Int ¶
type Int struct {
// contains filtered or unexported fields
}
Int provides a nullable bool
func (Int) MarshalJSON ¶ added in v0.4.0
MarshalJSON implements the json.Marshaller interface
func (*Int) UnmarshalJSON ¶ added in v0.4.0
UnmarshalJSON implements the json.Unmarshaller interface
Click to show internal directories.
Click to hide internal directories.