cl-json
JSON encoder and decoder for Common-Lisp
cl-json
provides an encoder of Lisp objects to JSON format and a corresponding decoder of JSON data to Lisp objects. Both the encoder and the decoder are highly customizable; at the same time, the default settings ensure a very simple mode of operation, similar to that provided by yason
or st-json
.
- Versions: 0.6.0
- Website: https://github.com/sharplispers/cl-json
- Licenses: Expat
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of cl-json
as follows:
guix install cl-json
Or install a particular version:
guix install cl-json@0.6.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.