add an ignore_nulls
option to json_encode
for the pl.Struct
column
#17865
Labels
enhancement
New feature or an improvement of an existing feature
Description
pl.Struct
contains ajson_encode
method which dumps a struct to a json string.It would to useful to skip null values in the struct's items when dumping.
Example:
The text was updated successfully, but these errors were encountered: