Versions in this module Expand all Collapse all v1 v1.5.1 May 14, 2026 v1.5.0 May 13, 2026 Changes in this version + func CompareAndCopyMaps(src, tgt map[string]any) map[string]any + func DeepCopyMap(original map[string]any) map[string]any + func GenerateRandomSerial(length int) string + func JSONStringToMap(n string, s string) map[string]any + func MapToJSONString(m map[string]any) string + func StringToMap(s string) map[string]any + func StructToMap(obj any) map[string]any