CL-JSON [http://common-lisp.net/project/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.
Identifying the problem