Versions in this module Expand all Collapse all v0 v0.0.2 Mar 30, 2025 v0.0.1 Mar 28, 2025 Changes in this version + func Decode(input any, output any) error + func GetKeys(m map[string]any) (keys []string) + func Merge(mapData ...map[string]any) (mapMerge map[string]any) + func New(safe ...bool) *gmap.Map + func SortKey(m map[string]any) (keys []string) + type M = map[string]any + type Map = map[string]any