This commit is contained in:
2023-04-04 13:54:28 +08:00
parent cf03ff62e7
commit a7e7f19c6c
2 changed files with 2 additions and 1 deletions
@@ -245,6 +245,7 @@ namespace IRaCIS.Core.Application.Service.Common
{
PreserveReferencesHandling = PreserveReferencesHandling.All,
Formatting = Formatting.Indented,
};
dynamic data = JsonConvert.DeserializeObject(json, settings);