Types-JSON

This commit is contained in:
Michael Schimmel
2025-08-27 18:33:25 +02:00
parent afb8f459c6
commit 3268748c03
2 changed files with 313 additions and 208 deletions
-1
View File
@@ -381,7 +381,6 @@ begin
// Test Deserialization
FJson := TJSONNull.Create;
//TODO Fails with "Method did not throw any exceptions. Deserializing a method should raise an exception"
Assert.WillRaise(
procedure begin TDataJsonConverter.JsonToValue(FJson, methodType); end,
ENotSupportedException,