1.6.0
- [FEAT] add
EncodeOptions.commaCompactNulls, allowing omission ofnullentries in lists when using theListFormat.comma. This results in cleaner output (e.g.,[true, false, null, true]becomes"true,false,true").
EncodeOptions.commaCompactNulls, allowing omission of null entries in lists when using the ListFormat.comma. This results in cleaner output (e.g., [true, false, null, true] becomes "true,false,true").