Lines Matching refs:Unmarshal
177 if err = json.Unmarshal(b, &js); err != nil {
412 if err := proto.Unmarshal(val, msg); err != nil {
678 func (u *Unmarshaler) Unmarshal(r io.Reader, pb proto.Message) error { func
693 func Unmarshal(r io.Reader, pb proto.Message) error { func
694 return new(Unmarshaler).Unmarshal(r, pb)
701 return new(Unmarshaler).Unmarshal(strings.NewReader(str), pb)
737 if err := json.Unmarshal(inputValue, &jsonFields); err != nil {
747 if err := json.Unmarshal([]byte(*val), &turl); err != nil {
824 if err := json.Unmarshal(inputValue, &m); err != nil {
839 if err := json.Unmarshal(inputValue, &s); err != nil {
860 } else if err := json.Unmarshal(inputValue, &[]json.RawMessage{}); err == nil {
864 } else if err := json.Unmarshal(inputValue, &map[string]json.RawMessage{}); err == nil {
902 if err := json.Unmarshal(inputValue, &jsonFields); err != nil {
993 if err := json.Unmarshal(inputValue, &slc); err != nil {
1011 if err := json.Unmarshal(inputValue, &mp); err != nil {