All Projects → marijnh → ST-JSON

marijnh / ST-JSON

Licence: Zlib license
JSON for Common Lisp

Programming Languages

common lisp
692 projects
HTML
75241 projects

ST-JSON

ST-JSON ('ST' because it originated at Streamtech) is a Common Lisp library for encoding and decoding JSON values (as specified on json.org).

This library does mostly the same thing as CL-JSON, but is simpler and more precise about types (distinguishing boolean false, the empty array, and the empty object).

Download and installation

The library is available under a zlib-style license.

The easiest way to install is with QuickLisp:

(ql:quickload :st-json)

It can also be installed with asdf-install, or you can download the current release manually. The git repository can be checked out with:

git clone http://github.com/marijnh/ST-JSON

Documentation

See the webpage for documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].