❔ How to serialize certain null values with System.Text.Json
In System.Text.Json, if I have something like
I can serialize a list of items but ignore null values when writing, but what should I do if I want to serialize a single
I can serialize a list of items but ignore null values when writing, but what should I do if I want to serialize a single
null value and ignore all others, something like this: