Versions in this module Expand all Collapse all v1 v1.0.5 May 23, 2022 Changes in this version + var MarshalOptions = protojson.MarshalOptions + var UnmarshalOptions = protojson.UnmarshalOptions + func DecodeValues(msg proto.Message, values map[string]string) error + func EncodeField(fieldDescriptor protoreflect.FieldDescriptor, value protoreflect.Value) (string, error) + func EncodeValues(msg proto.Message) (map[string]string, error) + type Codec struct + func (Codec) Marshal(v interface{}) (b []byte, err error) + func (Codec) Name() string + func (Codec) Unmarshal(data []byte, v interface{}) error v1.0.3 May 10, 2022 v1.0.0 May 10, 2022 Changes in this version + const Name