Versions in this module Expand all Collapse all v1 v1.0.1 Apr 27, 2022 v1.0.0 Dec 22, 2021 Changes in this version + func GetJsonInt64(dJson interface{}, keys ...interface{}) (int64, error) + func GetJsonInt64Force(dJson interface{}, keys ...interface{}) (int64, error) + func GetJsonInterface(dJson interface{}, keys ...interface{}) (interface{}, error) + func GetJsonString(dJson interface{}, keys ...interface{}) (string, error) + func JsonDecode(jsonStr string) (interface{}, error) + func JsonEncode(maps interface{}) (string, error)