https://github.com/sharplispers/cl-json
Json encoder and decoder for Common-Lisp
https://github.com/sharplispers/cl-json
Last synced: 3 months ago
JSON representation
Json encoder and decoder for Common-Lisp
- Host: GitHub
- URL: https://github.com/sharplispers/cl-json
- Owner: sharplispers
- License: other
- Fork: true (hankhero/cl-json)
- Created: 2021-02-22T01:17:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T20:47:19.000Z (about 2 years ago)
- Last Synced: 2025-10-13T15:35:01.001Z (6 months ago)
- Language: Common Lisp
- Size: 193 KB
- Stars: 13
- Watchers: 1
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cl - cl-json - A highly customizable JSON encoder and decoder. [MIT][14]. (Expert Systems)
README
# CL-JSON
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. CL-JSON is well tested and the automated
testcases includes the JSON_checker tests.
## History
* 2006 First version by Henrik Hjelte
* 2009 Major update by Boris Smilga, adding lots of features.
* 2009 New alternative encoder, the explicit sexp-encoder.
* 2011 Json-rpc version 2 format by Robert Goldman.
* 2012 Move from darcs to git.
* 2020 Forking to sharplispers to take project into community maintenance.
## Licence
MIT.
## Documentation
Documentation is at the project page on [common-lisp.net](http://common-lisp.net/project/cl-json/).