|
|
@ -14,7 +14,7 @@ namespace NzbDrone.Core.Datastore.Converters
|
|
|
|
var serializerSettings = new JsonSerializerOptions
|
|
|
|
var serializerSettings = new JsonSerializerOptions
|
|
|
|
{
|
|
|
|
{
|
|
|
|
AllowTrailingCommas = true,
|
|
|
|
AllowTrailingCommas = true,
|
|
|
|
DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingDefault,
|
|
|
|
DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull,
|
|
|
|
PropertyNameCaseInsensitive = true,
|
|
|
|
PropertyNameCaseInsensitive = true,
|
|
|
|
DictionaryKeyPolicy = JsonNamingPolicy.CamelCase,
|
|
|
|
DictionaryKeyPolicy = JsonNamingPolicy.CamelCase,
|
|
|
|
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
|
|
|
|
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
|
|
|
|