Versions in this module Expand all Collapse all v0 v0.2.0 Aug 7, 2019 Changes in this version + func SortedKeys(i interface{}) []string v0.1.1 Jun 13, 2019 Changes in this version + func GetIString(m map[string]interface{}, key string) (string, bool) + func GetJsonFloat(m map[string]interface{}, key string) (float64, bool) + func GetJsonInt(m map[string]interface{}, key string) (int, bool)