Versions in this module Expand all Collapse all v1 v1.0.0 Apr 19, 2018 Changes in this version + type JsonMap map[string]interface + func (m JsonMap) DelValue(key string, subKeys ...string) + func (m JsonMap) DelValues(keys ...[]string) + func (m JsonMap) GetValue(key string, subKeys ...string) (value interface{}, ok bool) + func (m JsonMap) Keys(keySep string) []string + func (m JsonMap) SetValue(value interface{}, key string, subKeys ...string) + func (m JsonMap) SetValuesFromKV(values map[string]interface{}, keySep string) + func (m JsonMap) SetValuesFromStruct(v interface{}) + func (m JsonMap) ToFlatMap(keySep string) map[string]interface{} + func (m JsonMap) ToMapString(keySep string) map[string]string + func (m JsonMap) ToStruct(output interface{}) error + func NewJsonMap() JsonMap + func NewJsonMapFromKV(values map[string]interface{}, keySep string) JsonMap + func NewJsonMapFromStruct(v interface{}) JsonMap