commit | 8f75cb76f06e6c5286dae0d92f9f2676b72957da | [log] [tgz] |
---|---|---|
author | Tatu Saloranta <tsaloranta@gmail.com> | Thu Dec 22 18:07:54 2011 -0800 |
committer | Tatu Saloranta <tsaloranta@gmail.com> | Thu Dec 22 18:07:54 2011 -0800 |
tree | b875f749db2c152913469b1eae8d3f3a6057be3d | |
parent | e0f0754dae9c76af0c2b060bddf373d5cc0b5102 [diff] |
...
This project implements shared core portion of Jackson Data Processor, including (for version 2.0 at least) JSON implementation. The only commonly shared part that is not included are annotations; these are found from jackson-core-annotations
project.
Note that the main differences compared to 1.0 core jar are:
com.fasterxml.jackson.core
(instead of org.codehaus.jackson
)Check out [Wiki].