commit | 5ff8a2d9a72f0741f9465bf7f04584a3c3e8c28f | [log] [tgz] |
---|---|---|
author | Tatu Saloranta <tsaloranta@gmail.com> | Fri Dec 23 21:52:24 2011 -0800 |
committer | Tatu Saloranta <tsaloranta@gmail.com> | Fri Dec 23 21:52:24 2011 -0800 |
tree | 1bb72cff510d7e22adff4e4549d46f337dd8a4b3 | |
parent | 7af402fcbbc3b495e0e868e1e1151b005bd6398f [diff] |
Add unit tests from 1.x, all but 2 passing
This project contains shared core abstraction of Jackson Data Processor, including default JSON implementation of handler types (parser, generator).
Project contains versions 2.0 and above: source code for earlier (1.x) versions is available from Codehaus SVN repository
The only commonly shared part that is not included are annotations; these are found from jackson-annotations
project.
Note that the main differences compared to 1.0 core jar are:
com.fasterxml.jackson.core
(instead of org.codehaus.jackson
)