in v3/materials/mat_desc.go [26:29]
func (md *MaterialDescription) EncodeDescription() ([]byte, error) { v, err := json.Marshal(&md) return v, err }