Checking for 'null' with the supabase JS api
I've been struggling to check for null using the supabase js api. For instance, say I have a json/jsonb column in a table with null for some of the values. How can I check for that? Similarly, what if I have a jsonb or json column with null in some of the JSON payload, such as {"hello": null, "goodbye": {"ok": null}} how can I check for null?