Added data evaluation, made parser more robust, switched to NewtonSoft json
This commit is contained in:
@@ -11,6 +11,7 @@ public static class SZ
|
||||
|
||||
public static readonly SzParser SzParser = new();
|
||||
public static readonly SzDataHandler SzDataHandler = new();
|
||||
public static readonly SzEvaluator SzEvaluator = new();
|
||||
|
||||
public static ISzFileManager LocalFileManager
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user