I'm trying to get a query like the following done with Dapper. Documentation around json is a bit slim though and I couldn't figure it out so far....Basically I need to run a query similar to this one....select * from table
WHERE jsonbfield @> ANY (ARRAY...