* Vok Vojwo <[email protected]> [111127 14:37]: > 2011/11/27 Christian Kellermann <[email protected]>: > > > > My guess is that it makes it possible to write back to json, since > > alists are already used for representing a different datatype. > > But json-write does not accept alists as values. This > > (json-write (vector (cons "x" (list (cons "a" 1) (cons "b" 2))))) > > throws the following error: > > Error: Invalid JSON object in json-write: ("a" . 1)
This is true. I mistook them for lists, which are already used. Sorry for the noise. -- Who can (make) the muddy water (clear)? Let it be still, and it will gradually become clear. Who can secure the condition of rest? Let movement go on, and the condition of rest will gradually arise. -- Lao Tse. _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
