First working version of prefix-for-unwrapped; may want to generalize to allow other kinds of name mangling strategies
17 files changed
tree: b5c121537a04919c0fdf9c3beb614df38940bb73
  1. release-notes/
  2. src/
  3. .gitignore
  4. create-test-report.sh
  5. pom.xml
  6. README.md
README.md

Overview

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:

  • Maven build instead of Ant
  • Java package is now com.fasterxml.jackson.databind (instead of org.codehaus.jackson.map)

Further reading