Added data evaluation, made parser more robust, switched to NewtonSoft json
This commit is contained in:
@@ -2,5 +2,5 @@ namespace SzCore.DataObjects;
|
||||
|
||||
public enum SzFieldType
|
||||
{
|
||||
Text, Number, Bool, Formula, Ref
|
||||
Text, Number, Bool, Formula, Reference
|
||||
}
|
||||
Reference in New Issue
Block a user