github.com/jackc/pgtype.JSON.Scan (method)

2 uses

	github.com/jackc/pgtype (current package)
		json.go#L154: func (dst *JSON) Scan(src interface{}) error {
		jsonb.go#L71: 	return (*JSON)(dst).Scan(src)