Versions in this module Expand all Collapse all v1 v1.2.0 Dec 8, 2021 Changes in this version + func Marshal(v interface{}) ([]byte, error) + func MarshalToString(v interface{}) (string, error) + func MarshalToStringNoError(v interface{}) string + func Unmarshal(data string, v interface{}) error + func UnmarshalByte(data []byte, v interface{}) error