Added data evaluation, made parser more robust, switched to NewtonSoft json
This commit is contained in:
@@ -48,7 +48,7 @@ public static class Test
|
||||
|
||||
var testField = new SzField()
|
||||
{
|
||||
Id = "value",
|
||||
Id = "cost",
|
||||
FieldType = SzFieldType.Number,
|
||||
Value = "200"
|
||||
};
|
||||
@@ -65,4 +65,4 @@ public static class Test
|
||||
|
||||
SZ.Logger.Log(" -- CreateTestData Test: Success --");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user