Versions in this module Expand all Collapse all v1 v1.4.3 Nov 5, 2022 Changes in this version + func Marshal(v interface{}) ([]byte, error) + func MarshalToString(v interface{}) (string, error) + func Unmarshal(data []byte, v interface{}) error + func UnmarshalFromReader(reader io.Reader, v interface{}) error + func UnmarshalFromString(str string, v interface{}) error