encoding/json.Unmarshaler.UnmarshalJSON (method)

4 uses

	encoding/json (current package)
		decode.go#L119: 	UnmarshalJSON([]byte) error
		decode.go#L506: 		return u.UnmarshalJSON(d.data[start:d.off])
		decode.go#L612: 		return u.UnmarshalJSON(d.data[start:d.off])
		decode.go#L871: 		return u.UnmarshalJSON(item)