package
Version:
v1.40.0-rc.1
Opens a new window with list of versions in this module.
Published: Aug 20, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package dotnotation implements a dotnotation (hello.world) for
accessing fields within a map[string]interface{}
func Get(data interface{}, key string) (interface{}, error)
Get looks up an entry in data by parsing the "key" into deeply nested keys, traversing it by "dots" in the key name.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.