Skip to content

hankhero/cl-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Licence

MIT.

Documentation

Documentation is at the project page on common-lisp.net.

About

Json encoder and decoder for Common-Lisp

Resources

License

Stars

Watchers

Forks

Packages

No packages published