Documentation
¶
Overview ¶
Package dotnotation implements a dotnotation (hello.world) for accessing fields within a map[string]interface{}
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrKeyNotAMap = errors.New("key is not a map")
ErrKeyNotAMap is returned when an intermediate key is not a map.
View Source
var ErrKeyNotFound = errors.New("key not found")
ErrKeyNotFound is returned when a key is not found in the map.
View Source
var ErrNotAMap = errors.New("data is not a map")
ErrNotAMap is returned when the provided data is not a map.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.