cl-json 0.5-1.6dfebb9
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
.
- Website: https://github.com/hankhero/cl-json
- Licenses: Expat
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install cl-json 0.5-1.6dfebb9
as follows:
guix install cl-json@0.5-1.6dfebb9
Or install the latest version:
guix install cl-json
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.