Add partial JsonOptions.ConfigureJsonSerializerOptions method to allow SDK maintainers to configure the JsonSerializerOptions used by the SDK.
Add generator configuration to control whether properties with null values should be serialized to JSON. Set serialize-null-properties to true to serialize properties with null values. The default value is false.
JsonOptions.ConfigureJsonSerializerOptions
method to allow SDK maintainers to configure theJsonSerializerOptions
used by the SDK.Add generator configuration to control whether properties withnull
values should be serialized to JSON. Setserialize-null-properties
totrue
to serialize properties withnull
values. The default value isfalse
.