Versions in this module Expand all Collapse all v0 v0.0.2 Apr 15, 2024 Changes in this version + func GetJSONStringOrStringValue(rawMessage json.RawMessage) string + func InterfaceSliceOrStringToCommaSepString(in interface{}) (string, error) + func InterfaceSliceOrStringToStringSlice(in interface{}) ([]string, error) + func MarshalYAML(v interface{}) (_ []byte, retErr error) + func NewYAMLDecoderNonStrict(reader io.Reader) *yaml.Decoder + func NewYAMLDecoderStrict(reader io.Reader) *yaml.Decoder + func NewYAMLEncoder(writer io.Writer) *yaml.Encoder + func UnmarshalJSONNonStrict(data []byte, v interface{}) error + func UnmarshalJSONOrYAMLNonStrict(data []byte, v interface{}) error + func UnmarshalJSONOrYAMLStrict(data []byte, v interface{}) error + func UnmarshalJSONStrict(data []byte, v interface{}) error + func UnmarshalYAMLNonStrict(data []byte, v interface{}) error + func UnmarshalYAMLStrict(data []byte, v interface{}) error