Registry / utility / krakendio-flatmap

krakendio-flatmap

JSON →
library1.2.0gogounverified

A Go library for flattening and unflattening nested maps, useful for configuration and data transformation.

go get github.com/krakendio/flatmap
INSTALL
IMPORT
SIG · KRAKENDIO-FLATMAP
K
krakendio-flatmap
utilitygov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

flatmap
github.com/krakendio/flatmap

Flattens a nested map into a dot-separated key-value map.

package main import ( "fmt" "github.com/krakendio/flatmap" ) func main() { flat := flatmap.Flatten(map[string]interface{}{"a": map[string]interface{}{"b": "c"}}) fmt.Println(flat) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Resources
krakendio-flatmap — go get krakendio-flatmap · libregistry