superobject
superobject copied to clipboard
FormatSettings.DecimalSeparator
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;```