Lines Matching refs:Unmarshal
183 if err = json.Unmarshal(b, &js); err != nil {
430 if err := proto.Unmarshal(val, msg); err != nil {
697 func (u *Unmarshaler) Unmarshal(r io.Reader, pb proto.Message) error { func
712 func Unmarshal(r io.Reader, pb proto.Message) error { func
713 return new(Unmarshaler).Unmarshal(r, pb)
720 return new(Unmarshaler).Unmarshal(strings.NewReader(str), pb)
756 if err := json.Unmarshal(inputValue, &jsonFields); err != nil {
766 if err := json.Unmarshal([]byte(*val), &turl); err != nil {
843 if err := json.Unmarshal(inputValue, &m); err != nil {
858 if err := json.Unmarshal(inputValue, &s); err != nil {
879 } else if err := json.Unmarshal(inputValue, &[]json.RawMessage{}); err == nil {
883 } else if err := json.Unmarshal(inputValue, &map[string]json.RawMessage{}); err == nil {
921 if err := json.Unmarshal(inputValue, &jsonFields); err != nil {
1012 if err := json.Unmarshal(inputValue, &slc); err != nil {
1030 if err := json.Unmarshal(inputValue, &mp); err != nil {