Versions in this module Expand all Collapse all v1 v1.0.0 May 20, 2020 Changes in this version + func Base64Decode(base64Str string) ([]byte, error) + func Base64Encode(strByte []byte) string + func IsJSON(s string) bool + func JSONDecodeToStruct(data []byte, v interface{}) error + func JSONEncodeFromStruct(v interface{}) ([]byte, error) + func StructToMap(v interface{}) (map[string]interface{}, error)