JSON Error on Web Desktop Client demo (Web Core v.2.4.6.1)

[Error] UApp.pas(56): Incompatible types: got "TJSONValue" expected "TJSONObject"

Path/Application/unit: "..\registered\TMS WEB Core RSXE11\Demos\FNC\Web Desktop Client\App" ( UApp.pas )

My Delphi version: Tokyo

Miro

Thanks for reporting.
We will fix this.
You can solve this by changing the line to:

o := TJSONObject(js.parse(s));