On Wed, 16 Apr 2014, Helmut Hartl wrote:

I need to encode/transfer Cardinal and Qword values, which is currently not possible (at least for qwords) therefor i wanted to extend fpjson with support for that number types and provide a patch.

1. Cardinal should already be possible if you simply use Int64 to transfer them.
   There will be no type checking, but that is not a problem, we're talking 
Javascript subset here...

2. Qword: we should check whether Javascript supports this range of value.
   If so, a patch would be accepted.

Michael.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to