Versions in this module Expand all Collapse all v1 v1.1.0 Apr 21, 2020 v1.0.0 Sep 12, 2019 Changes in this version + func Marshal(val interface{}) ([]byte, error) + func Unmarshal(b []byte, val interface{}) (rest []byte, err error) + func UnmarshalWithParams(b []byte, val interface{}, params string) (rest []byte, err error)