Versions in this module Expand all Collapse all v0 v0.97.7 Nov 4, 2024 Changes in this version + func LoadJSONBytes(rawData []byte, extension string) ([]byte, error) + func UnmarshalFromRaw(body []byte, format RawFormat, out proto.Message) error + type RawFormat string + const RawFormatCUE + const RawFormatJSON + const RawFormatYAML + func IdentifyFormat(raw []byte) (RawFormat, error) + func (RawFormat) Values() (kinds []string)