#85: CL-JSON throws an error under ABCL where SBCL doesn't. ------------------------+--------------------------------------------------- Reporter: ehuelsmann | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: other | Version: Keywords: | ------------------------+--------------------------------------------------- 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'm using Yason as a work-around, but thought that you guys might want to know, maybe this points to a deeper issue.