Skip to content
Snippets Groups Projects
Commit 2168646a authored by Eric Diethelm's avatar Eric Diethelm
Browse files

Add intallation guide.

parent 4c14d888
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,20 @@ Limitations:
It expects the classes of the hierarchy to have at least one slot named differently.
It does not fully follow the JSON specification.
## Installing trivial-json-codec
Since this project is not yet available in the latest [QuickLisp](https://www.quicklisp.org/beta/ "QuickLisp") distribution, it has to be copied to your local-projects folder:
```bash
cd $HOME/quicklisp/local-projects
git clone https://gitlab.com/ediethelm/trivial-json-codec.git
```
After the files are copied, we can use [QuickLisp](https://www.quicklisp.org/beta/ "QuickLisp") to load trivial-json-codec:
```lisp
(ql:quickload :trivial-json-codec)
```
## Working Example
The following code demonstrates the use-case for this library.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment