[Building Sakai] Any Comments on org.codehaus.jackson ??

Charles Severance csev at umich.edu
Wed Jun 19 07:36:15 PDT 2013


It looks like in my building of LTI 2.0 I will be using org.codehaus.jackson as I will be doing a pattern where I build POJOs for things like the Tool Consumer Profile and serialize them to JSON using Jackson.

Here is my dependency:

    <dependency>
        <groupId>org.codehaus.jackson</groupId>
        <artifactId>jackson-mapper-asl</artifactId>
        <version>1.8.5</version>
    </dependency>

Grepping the core code - this looks like the first time anyone has used jackson.  Does anyone have any suggestions / comments pro or con regarding jackson?

/Chuck


More information about the sakai-dev mailing list