superobject icon indicating copy to clipboard operation
superobject copied to clipboard

FormatSettings.DecimalSeparator

Open linglung opened this issue 8 years ago • 0 comments

Missing FormatSettings for DecimalSeparator. After added it, not enough parameters new_obj := TSuperObject.ParseString(data);

  new_obj: ISuperObject;
begin
  new_obj := TSuperObject.ParseString(data);
  writeln('new_obj.AsJson=', new_obj.AsJson(true, false));
  new_obj := nil;
  writeln(#10'press enter ...');
  readln;```

linglung avatar Jan 12 '17 09:01 linglung