github.com/jackc/pgtype.JSONB.DecodeText (method)

2 uses

	github.com/jackc/pgtype (current package)
		jsonb.go#L26: func (dst *JSONB) DecodeText(ci *ConnInfo, src []byte) error {
		jsonb_array.go#L331: 			err = elem.DecodeText(ci, elemSrc)