You are not logged in.
Pages: 1
I'm using last mormot download to use your nice Json unit, but I'm having some problems that prevent me from using it, ie AV, random string inside my object and so on...
The smallest code that (consistently) shows some problems is the following:
uses SynCrossPlatformJSON;
procedure TForm1.Button1Click(Sender: TObject);
var j: variant;
begin
j:= JSONVariant('{}');
ShowMessage(j); // It shows "}" and not "{}" as expected!
end;
...Can you help me? I'm using Delphi 7
Offline
AB, have you had the time to try to reproduce the problem?
Or have I wrote the post in the wrong thread?
Bye! :-)
Offline
Should be fixed by http://synopse.info/fossil/info/95385d3c99
Sorry for the delay.
Offline
Pages: 1