Versions in this module Expand all Collapse all v1 v1.0.0 Sep 3, 2023 Changes in this version + type Map map[string]interface + func (m Map) ForceJSON() string + func (m Map) ForceMap(key string) Map + func (m Map) ForceString(key string) string + func (m Map) GetMap(key string) (Map, bool) + func (m Map) GetString(key string) (string, bool) + func (m Map) JSON() ([]byte, error) + func CreateMapFromReader(reader io.Reader) (Map, error) + func CreateMapFromStruct(obj interface{}) (Map, error)