encoding/json.Unmarshaler.UnmarshalJSON (method)

4 uses

	encoding/json (current package)
		decode.go#L120: 	UnmarshalJSON([]byte) error
		decode.go#L507: 		return u.UnmarshalJSON(d.data[start:d.off])
		decode.go#L604: 		return u.UnmarshalJSON(d.data[start:d.off])
		decode.go#L852: 		return u.UnmarshalJSON(item)