DB
FunctionsJSON

json_strip_nulls

Returns a JSON object with keys whose value is JSON null removed. This is useful for cleaning documents before export or hashing.

json_strip_nulls(…) → JSON

Kind · scalar

Returns a JSON object with keys whose value is JSON null removed. This is useful for cleaning documents before export or hashing.

Part of the JSON family.