Versions in this module Expand all Collapse all v0 v0.1.1 May 27, 2020 Changes in this version + type JsonNullInt32 struct + func NewJsonNullInt32(s int32, v bool) JsonNullInt32 + func (v *JsonNullInt32) String() string + func (v *JsonNullInt32) UnmarshalJSON(data []byte) error + func (v JsonNullInt32) MarshalJSON() ([]byte, error) + type JsonNullInt64 struct + func NewJsonNullInt64(s int64, err error) JsonNullInt64 + func (v *JsonNullInt64) String() string + func (v *JsonNullInt64) UnmarshalJSON(data []byte) error + func (v JsonNullInt64) MarshalJSON() ([]byte, error) + type JsonNullString struct + func NewJsonNullString(s string) JsonNullString + func (v *JsonNullString) MarshalJSON() ([]byte, error) + func (v JsonNullString) UnmarshalJSON(data []byte) error + type JsonNullTime struct + func NewJsonNullTime(s time.Time) JsonNullTime + func (v *JsonNullTime) MarshalJSON() ([]byte, error) + func (v *JsonNullTime) String() string + func (v JsonNullTime) UnmarshalJSON(data []byte) error