sbcl stuff

This commit is contained in:
Ian Keane 2020-01-20 14:13:08 -05:00
parent 1d1dbc34df
commit 5d91dbb667
335 changed files with 119806 additions and 1 deletions

View file

@ -0,0 +1,13 @@
YASON
=====
> YASON is a Common Lisp library for encoding and decoding data in the
> [JSON](https://raw.github.com/phmarek/clixdoc/master/clixdoc.xsl)
> 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](http://phmarek.github.io/yason)
This project was maintained by https://github.com/hanshuebner/ until 2019.