#1 Re: mORMot 1 » Bug on SynCrossPlatformJSON? » 2015-08-04 07:06:53

AB, have you had the time to try to reproduce the problem?

Or have I wrote the post in the wrong thread?

Bye! :-)

#2 mORMot 1 » Bug on SynCrossPlatformJSON? » 2015-07-29 08:58:57

paolo
Replies: 2

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

Board footer

Powered by FluxBB