On Fri, Jul 20, 2012 at 12:38 AM, Ravi Desai <rd7190@gmail.com> wrote:
Hello everyone,
    I'm trying to learn the cl-json system and am going through the source code. Is there a suggested way of going through the code to learn it? Right now I'm going through it in the order that the files are loaded.

That is probably a good start. Also tracing and then running a single testcase might be helpful (run 'name-of-test). If you want something advanced to do I think there is a failing testcase to fix. And ask questions here if you are confused.

/Henrik