mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 20:54:58 +00:00
refactor: JSON DateTime cleanup
This commit is contained in:
@@ -52,7 +52,7 @@ namespace ICD.Common.Utils.Json
|
||||
[PublicAPI]
|
||||
public static string Format(object value)
|
||||
{
|
||||
string serial = JsonConvert.SerializeObject(value);
|
||||
string serial = JsonConvert.SerializeObject(value, Formatting.None, CommonSettings);
|
||||
return Format(serial);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user