29 Jan
2010
29 Jan
'10
9:47 p.m.
Hi Axel, On Wed, Dec 30, 2009 at 1:39 PM, Axel Rauschmayer <axel@rauschma.de> wrote:
CL-JSON throws an error under ABCL where SBCL doesn't. The code is:
(require 'asdf) (asdf:operate 'asdf:load-op :cl-json) (json:decode-json-from-string "{\"foo\": [10,20,50], \"bar\": true}")
The error message is: The value 50 is not of type CONS.
I was able to reproduce on trunk, but I'm not seeing any immediate errors. I've filed a ticket for your report to prevent it from going to oblivion. Bye, Erik.