Added data evaluation, made parser more robust, switched to NewtonSoft json

This commit is contained in:
2026-01-27 23:03:32 -06:00
parent 523cd2104f
commit 507e6348f6
8 changed files with 128 additions and 20 deletions

View File

@@ -2,5 +2,5 @@ namespace SzCore.DataObjects;
public enum SzFieldType
{
Text, Number, Bool, Formula, Ref
Text, Number, Bool, Formula, Reference
}