Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Int64 ¶ added in v1.2.0
type Int64 int64
Int64 decodes from both string and number json values
func (*Int64) MarshalJSON ¶ added in v1.2.0
MarshalJSON implements json.Marshaler interface
func (*Int64) UnmarshalJSON ¶ added in v1.2.0
UnmarshalJSON implements json.Unmarshaler interface
type Integer ¶
type Integer int
this is an int that is read from JSON as either a string or int
func (*Integer) MarshalJSON ¶
MarshalJSON implements json.Marshaler interface
func (*Integer) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.