Skip to content

Instantly share code, notes, and snippets.

@anton0xf
Created November 26, 2012 07:54
Show Gist options
  • Select an option

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

Select an option

Save anton0xf/4147096 to your computer and use it in GitHub Desktop.
CL-USER> (ql:quickload "jsown")
To load "jsown":
Load 1 ASDF system:
jsown
; Loading "jsown"
("jsown")
CL-USER> (jsown:to-json
(jsown:parse "{\"b\": null}"))
"{\"b\":[]}"
CL-USER> (jsown:to-json
(jsown:parse "{\"b\": false}"))
"{\"b\":[]}"
CL-USER>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment