[fpc-devel] extend fpjson with support for cardinal/qword
    Michael Van Canneyt 
    michael at freepascal.org
       
    Wed Apr 16 12:06:32 CEST 2014
    
    
  
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.
    
    
More information about the fpc-devel
mailing list