time.Time.UnmarshalJSON (method, view implemented interface methods)

2 uses

	time (current package)
		time.go#L1298: func (t *Time) UnmarshalJSON(data []byte) error {

	github.com/go-pg/pg/v10/types
		null_time.go#L37: 	return tm.Time.UnmarshalJSON(b)