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

3 uses

	github.com/jackc/pgtype (current package)
		bpchar.go#L71: 	return (Text)(src).MarshalJSON()
		text.go#L155: func (src Text) MarshalJSON() ([]byte, error) {
		varchar.go#L61: 	return (Text)(src).MarshalJSON()