mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 20:54:58 +00:00
feat: Standardizing JSON Type conversion
This commit is contained in:
@@ -40,6 +40,9 @@ namespace ICD.Common.Utils.Json
|
||||
// Serialize DateTimes to ISO
|
||||
s_CommonSettings.Converters.Add(new DateTimeIsoConverter());
|
||||
|
||||
// Minify Type serialization
|
||||
s_CommonSettings.Converters.Add(new MinimalTypeConverter());
|
||||
|
||||
return s_CommonSettings;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user