commit | a63c2038a03c7090ce4773d6cf54809150e59350 | [log] [tgz] |
---|---|---|
author | Tatu Saloranta <tsaloranta@gmail.com> | Sat Dec 24 00:26:53 2011 -0800 |
committer | Tatu Saloranta <tsaloranta@gmail.com> | Sat Dec 24 00:26:53 2011 -0800 |
tree | 69355b71ff8e1685497f3ccd3336a03f3225185e | |
parent | 2f823444ac34d14ab976b15e70ac82f2168ac7f8 [diff] |
Add unit tests, almost compilable
This project contains the general-purpose data-binding functionality and tree-model for Jackson. While the original use case was JSON data-binding, it can typically be used for other data formats as well, as long as parser and generator implementations exist.
Project contains versions 2.0 and above: source code for earlier (1.x) versions is available from Codehaus SVN repository
Note that the main differences compared to 1.0 core jar are:
com.fasterxml.jackson.databind
(instead of org.codehaus.jackson.map
)