encoding/json.Unmarshaler.UnmarshalJSON (method)
4 uses
encoding/json (current package)
decode.go#L119: UnmarshalJSON([]byte) error
decode.go#L503: return u.UnmarshalJSON(d.data[start:d.off])
decode.go#L609: return u.UnmarshalJSON(d.data[start:d.off])
decode.go#L860: return u.UnmarshalJSON(item)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)