[cl-json-devel] Encoding DOUBLE-FLOAT
Daniel Brunner
daniel at dbrunner.de
Wed Jun 22 08:23:48 UTC 2011
Hi everybody,
I flipped through the archives but did not find that question:
I get some numbers (DOUBLE-FLOAT) from CLSQL, e.g.
0.0570714084012434D0
If I encode this to JSON I get a "0.0570714084012434D0" but it seems
that the notation with "D" is not valid JSON because when I try to
decode this string say from R with rjson I get an error.
Any help or suggestions?
Kind regards, Daniel.
More information about the cl-json-devel
mailing list