encoding/json.Unmarshaler.UnmarshalJSON (method)

4 uses

	encoding/json (current package)
		decode.go#L117: 	UnmarshalJSON([]byte) error
		decode.go#L508: 		return u.UnmarshalJSON(d.data[start:d.off])
		decode.go#L605: 		return u.UnmarshalJSON(d.data[start:d.off])
		decode.go#L861: 		return u.UnmarshalJSON(item)