[cl-json-devel] Bug with alists
30 May
2007
30 May
'07
9:49 p.m.
I'm running cl-json 0.3.1 and I seem to encounter the following issue on OpenMCL: (encode-json-to-string '(("x" . "blah"))) => "[[\"x\",\"l\",\"a\",\"h\"]]" On SBCL this works as expected: (encode-json-to-string '(("x" . "blah"))) => "{\"x\":\"blah\"}" I could use 'encode-json-alist-to-string', but I'll run into the same problem with inner alist elements of the list (I have an alist of alists). -- Regards, Slava Akhmechet.
6461
Age (days ago)
6461
Last active (days ago)
0 comments
1 participants
participants (1)
-
Slava Akhmechet