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

2 uses

	time (current package)
		time.go#L1282: func (t Time) MarshalJSON() ([]byte, error) {

	github.com/go-pg/pg/v10/types
		null_time.go#L29: 	return tm.Time.MarshalJSON()