Plaster
New
List
Login
common-lisp
default
anonymous
2019.03.07 18:54:42
CL-USER> (json:decode-json-from-string "{\"foo\": \"bar\", \"baz\": \"quux\"}") ((:|foo| . "bar") (:|baz| . "quux")) CL-USER> (json:decode-json-from-string "{\"baz\": \"quux\", \"foo\": \"bar\"}") ((:|baz| . "quux") (:|foo| . "bar"))
Raw
Annotate
Repaste
Edit