Documentation
¶
Index ¶
- type Map
- func (o *Map) Copy() *Map
- func (o *Map) Delete(key string)
- func (o *Map) Get(key string) (interface{}, bool)
- func (o *Map) InsertAt(key string, value interface{}, position int) error
- func (o *Map) Keys() []string
- func (o *Map) MarshalJSON() ([]byte, error)
- func (o *Map) Prepend(key string, value interface{})
- func (o *Map) Set(key string, value interface{})
- func (o *Map) UnmarshalJSON(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶
type Map struct {
// contains filtered or unexported fields
}
func (*Map) InsertAt ¶
InsertAt This is a zero based position index: 0,1,2,3..n(from left) OR -1,-2,-3...-n(from right) where -1 is the last place.
func (*Map) MarshalJSON ¶
func (*Map) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.