Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶
type Bool bool
Bool is used to convert int 1/0 to bool true/false
func (*Bool) UnmarshalJSON ¶
UnmarshalJSON converts int to bool from JSON
type DateTime ¶
DateTime is used to convert string represented time to time.Time format
func (*DateTime) MarshalJSON ¶
MarshalJSON converts time to string representation
func (*DateTime) MarshalXML ¶
MarshalXML converts time to string representation
func (*DateTime) UnmarshalJSON ¶
UnmarshalJSON converts string represented time to time.Time from JSON
Click to show internal directories.
Click to hide internal directories.