Filters like `.eq('json_col->some_val', true)` currently only accept `string | number`. Other types like `boolean`, `null`, and `undefined` should be supported.
Filters like
.eq('json_col->some_val', true)currently only acceptstring | number.Other types like
boolean,null, andundefinedshould be supported.