We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d04be3 commit 59f4563Copy full SHA for 59f4563
SendGrid/SendGrid/Helpers/Mail/Mail.cs
@@ -347,7 +347,7 @@ public String Get()
347
{
348
return JsonConvert.SerializeObject(this,
349
Formatting.None,
350
- new JsonSerializerSettings { NullValueHandling = NullValueHandling.Ignore, DefaultValueHandling = DefaultValueHandling.Ignore, StringEscapeHandling = StringEscapeHandling.EscapeHtml });
+ new JsonSerializerSettings { NullValueHandling = NullValueHandling.Ignore, DefaultValueHandling = DefaultValueHandling.Include, StringEscapeHandling = StringEscapeHandling.EscapeHtml });
351
}
352
353
0 commit comments