TDatasnapJsonDeserializer and Rio

Hi Wagener,

I have an old project that I upgraded to Rio from Tokyo that uses Datasnap.  It works fine in Tokyo but if I try to compile and run it under Rio I am having problems deserialising JSON objects.  Rio gives me the following error:

< ="text/">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Helvetica}

< ="text/">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Helvetica}

---------------------------
Error
---------------------------
Remote error: Incompatible json value. Cannot serialize to the proper type.

(Float): Expected JSON String, Integer or Float.
---------------------------
OK  
---------------------------

Are others having similar problems?

ignore the markup stuff that's from pasting the error into the box

Hi Steve, can you please try the latest version? It solves a few issues related to Rio and JSON processing.

Yes that's working fine now, Thanks again Wagner.