Versions in this module Expand all Collapse all v0 v0.0.1 May 17, 2022 Changes in this version + func Marshal(v interface{}) ([]byte, error) + func Unmarshal(data []byte, v interface{}) error + func UnmarshalFromReader(reader io.Reader, v interface{}) error + func UnmarshalFromString(str string, v interface{}) error