Posts with tag postgresql
Overriding cl-json object encoding
CL-JSON provides an encoder for Lisp data structures and objects to JSON format. Unfortunately, in some case, its default encoding mechanism for CLOS objects isn’t exactly doing the right thing. I’ll show you how Common Lisp makes it easy to change that.
11 Jan 2013 | Tags: common-lisp lisp json postgresql postmodern cl-json