Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapItem ¶
type MapItem struct {
Key, Value interface{}
// contains filtered or unexported fields
}
MapItem representation of one map item.
func (*MapItem) UnmarshalJSON ¶
UnmarshalJSON for map item.
type MapSlice ¶
type MapSlice []MapItem
MapSlice of map items.
func (MapSlice) MarshalJSON ¶
MarshalJSON for map slice.
func (*MapSlice) UnmarshalJSON ¶
UnmarshalJSON for map slice.
Click to show internal directories.
Click to hide internal directories.