commit | cbfafc6f45529dc502268c0ab3cc944e97d7ca51 | [log] [tgz] |
---|---|---|
author | Tatu Saloranta <tsaloranta@gmail.com> | Wed Jan 18 20:13:46 2012 -0800 |
committer | Tatu Saloranta <tsaloranta@gmail.com> | Wed Jan 18 20:13:46 2012 -0800 |
tree | f1613af33d1ad0124d4cb87fee23f4aed4f6f589 | |
parent | b1c6394636f9fc534c5f81157be8802749e039db [diff] |
Start work on [JACKSON-730] for databind
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
)