dotfiles/sbcl/.quicklisp/dists/quicklisp/software/yason-v0.7.8
2020-01-20 14:13:08 -05:00
..
.gitignore sbcl stuff 2020-01-20 14:13:08 -05:00
.pre-release.sh sbcl stuff 2020-01-20 14:13:08 -05:00
CHANGELOG sbcl stuff 2020-01-20 14:13:08 -05:00
clixdoc.xsl sbcl stuff 2020-01-20 14:13:08 -05:00
doc.xml sbcl stuff 2020-01-20 14:13:08 -05:00
encode.lisp sbcl stuff 2020-01-20 14:13:08 -05:00
index.html sbcl stuff 2020-01-20 14:13:08 -05:00
LICENSE sbcl stuff 2020-01-20 14:13:08 -05:00
package.lisp sbcl stuff 2020-01-20 14:13:08 -05:00
parse.lisp sbcl stuff 2020-01-20 14:13:08 -05:00
README.md sbcl stuff 2020-01-20 14:13:08 -05:00
render-doc.sh sbcl stuff 2020-01-20 14:13:08 -05:00
test.lisp sbcl stuff 2020-01-20 14:13:08 -05:00
yason.asd sbcl stuff 2020-01-20 14:13:08 -05:00

YASON

YASON is a Common Lisp library for encoding and decoding data in the JSON interchange format. JSON is used as a lightweight alternative to XML. YASON has the sole purpose of encoding and decoding data and does not impose any object model on the Common Lisp application that uses it.

Please proceed to the Documentation

This project was maintained by https://github.com/hanshuebner/ until 2019.