Last (?) piece of work for [JACKSON-730], add JsonFactory.Feature instead of trying to shoe-horn things in JsonParser.Feature
9 files changed
tree: 01bd074505d398ff88451cf5f14ef3706fa1c605
  1. release-notes/
  2. src/
  3. .gitignore
  4. create-test-report.sh
  5. pom.xml
  6. README.md
README.md

Overview

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:

  • Maven build instead of Ant
  • Annotations carved out to a separate package (that this package depends on)
  • Java package is now com.fasterxml.jackson.core (instead of org.codehaus.jackson)

Further reading