github.com/jackc/pgtype.Text.UnmarshalJSON (method)

3 uses

	github.com/jackc/pgtype (current package)
		bpchar.go#L75: 	return (*Text)(dst).UnmarshalJSON(b)
		text.go#L168: func (dst *Text) UnmarshalJSON(b []byte) error {
		varchar.go#L65: 	return (*Text)(dst).UnmarshalJSON(b)