DB
FunctionsJSON

json_agg_strict

Collects non-NULL values in group order and returns a JSON array of their JSON-mapped tokens.

json_agg_strict(…) → JSON

Kind · aggregate

Collects non-NULL values in group order and returns a JSON array of their JSON-mapped tokens.

Part of the JSON family.