EmptyArraysAsNull
Whether empty arrays are represented as 'null' or as '[]'
データ型
bool
デフォルト値
true
解説
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.