jsonContains
open fun jsonContains(target: Expression<*>, candidate: Expression<*>, path: String?, jsonType: IColumnType<*>, queryBuilder: QueryBuilder)
SQL function that checks whether a candidate expression is contained within a JSON target.