jsonContains

inline fun <T : Any> Column<List<T>>.jsonContains(item: T, sqlType: SqlType<T> = SqlType.of() ?: error("Cannot detect the item's SqlType, please specify manually.")): FunctionExpression<Boolean>(source)

MySQL json_contains function, translated to json_contains(column, json_array(item)).