Parser now creates lists only when it is necessary
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace ParadoxSaveParser.Lib;
|
||||
|
||||
[JsonSourceGenerationOptions(MaxDepth = 1024, WriteIndented = true)]
|
||||
[JsonSerializable(typeof(Dictionary<string, List<object>>))]
|
||||
[JsonSerializable(typeof(Dictionary<string, object>))]
|
||||
[JsonSerializable(typeof(List<object>))]
|
||||
[JsonSerializable(typeof(string))]
|
||||
[JsonSerializable(typeof(long))]
|
||||
|
||||
Reference in New Issue
Block a user