Versions in this module Expand all Collapse all v1 v1.0.1 Jun 16, 2021 v1.0.0 Jun 11, 2021 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