Skip to content

Instantly share code, notes, and snippets.

@anton0xf
Created November 26, 2012 11:22
Show Gist options
  • Select an option

  • Save anton0xf/4147727 to your computer and use it in GitHub Desktop.

Select an option

Save anton0xf/4147727 to your computer and use it in GitHub Desktop.
CL-USER> (ql:quickload "yason")
To load "yason":
Load 1 ASDF system:
yason
; Loading "yason"
("yason")
CL-USER> (setf yason:*parse-json-null-as-keyword* t)
T
CL-USER> (yason:parse "null")
:NULL
CL-USER> (yason:encode (yason:parse "null"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment