DB
FunctionsJSON

json_object_agg_strict

Builds a JSON object like json_object_agg but rejects NULL keys and NULL values.

json_object_agg_strict(…) → JSON

Kind · aggregate

Builds a JSON object like json_object_agg but rejects NULL keys and NULL values.

Part of the JSON family.