-
```
x-superobject is More and more good!
// bugs in TSuperRecord.AsJSON(Self);
function TSimpleSQL.ToString: string;
var
json: ISuperObject;
begin
Result := '';
// json := TSuperRecord.AsJSONO…
-
```
Given the following code
Var
R : ISuperObject;
begin
R:=SO('{Readers : []}');
end;
Then
R.A['Readers'] is nil.
Instead,
R.A['Readers '] contains the array.
Obviously, the space should…
-
```
Given the following code
Var
R : ISuperObject;
begin
R:=SO('{Readers : []}');
end;
Then
R.A['Readers'] is nil.
Instead,
R.A['Readers '] contains the array.
Obviously, the space should…
-
```
Given the following code
Var
R : ISuperObject;
begin
R:=SO('{Readers : []}');
end;
Then
R.A['Readers'] is nil.
Instead,
R.A['Readers '] contains the array.
Obviously, the space should…
-
```
Given the following code
Var
R : ISuperObject;
begin
R:=SO('{Readers : []}');
end;
Then
R.A['Readers'] is nil.
Instead,
R.A['Readers '] contains the array.
Obviously, the space should…
-
```
Given the following code
Var
R : ISuperObject;
begin
R:=SO('{Readers : []}');
end;
Then
R.A['Readers'] is nil.
Instead,
R.A['Readers '] contains the array.
Obviously, the space should…
-
```
Given the following code
Var
R : ISuperObject;
begin
R:=SO('{Readers : []}');
end;
Then
R.A['Readers'] is nil.
Instead,
R.A['Readers '] contains the array.
Obviously, the space should…
-
```
Given the following code
Var
R : ISuperObject;
begin
R:=SO('{Readers : []}');
end;
Then
R.A['Readers'] is nil.
Instead,
R.A['Readers '] contains the array.
Obviously, the space should…
-
```
Hello!
You have the following code in your function:
...
var
ret: TValue;
begin
if FromJson(TypeInfo(T), obj, ret) then
Result := ret.AsType
else
raise Exception.Create('Marshalling…
-
```
I am using Delphi XE
I have a record
tmyrec=packed record
myname:string ;
mysurname:string ;
myage:integer;
mydate:tdatetime;
end;
Using superobject I c…