EmptyArraysAsNull
Whether empty arrays are represented as 'null' or as '[]'.
Data Type
bool
Default Value
true
Remarks
This property is enabled by default, so empty arrays are represented as 'null' for consistency with representing empty aggregates. To mimic the native driver and represente empty arrays as '[]', this property can be disabled.