encoding/json.Unmarshaler.UnmarshalJSON (method)
4 uses
encoding/json (current package)
decode.go#L122: UnmarshalJSON([]byte) error
decode.go#L513: return u.UnmarshalJSON(d.data[start:d.off])
decode.go#L610: return u.UnmarshalJSON(d.data[start:d.off])
decode.go#L866: return u.UnmarshalJSON(item)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)