TJSONObject in WebLIB.JSON

Hi,

i am very confused about TJSONObject.ToString and TJSONObject.ToJSON

ToString will return the Name of the class

and ToJSON will return a empty string...

The weblib.json.pas in the ..\Documents\tmssoftware\TMS WEB Core RSXE12\Component Library Source folder is from 31.05.2020...

the function inside looks like:

function TJSONObject.ToJSON: string;
begin
  Result := '';
end;

What did i wrong?

Please make sure to use the latest version where this was already handled.