Versions in this module Expand all Collapse all v1 v1.1.2 Apr 18, 2024 Changes in this version + func PopulateStructFromCBOR(dm cbor.DecMode, data []byte, dest any) error + func PopulateStructFromJSON(data []byte, dest any) error + func SerializeStructToCBOR(em cbor.EncMode, source any) ([]byte, error) + func SerializeStructToJSON(source any) ([]byte, error) + type TypeAndValue struct + Type string + Value json.RawMessage + func (o *TypeAndValue) UnmarshalJSON(data []byte) error