From henrik at evahjelte.com Sun Mar 25 21:27:28 2007 From: henrik at evahjelte.com (Henrik Hjelte) Date: Sun, 25 Mar 2007 23:27:28 +0200 Subject: [cl-json-announce] [ANN] cl-json 0.3.1 Message-ID: <1174858048.5885.105.camel@trinidad> A new version of cl-json is now available. JSON is a language independent text format for data-interchange. JSON is especially convenient in web applications, since it is a subset of the literal object notation of ECMAScript. It can also be an alternative to XML. JSON has good open-source support in many languages. Some new features in cl-json are json-rpc and json-bind. Get it by darcs: darcs get http://common-lisp.net/project/cl-json/darcs/cl-json Or you can also get it by asdf-install. cl-json now depends on parenscript. darcs get http://common-lisp.net/project/ucw/repos/parenscript cl-json homepage: http://common-lisp.net/project/cl-json/ /Henrik Hjelte