Download Source Code Jackson 2.5.4 / 2.6.0-rc2

Tatu Saloranta is announcing that Jackson with version number 2.5.4 / 2.6.0-rc2 is already available to download.

What is Jackson ?

Jackson is A Java JSON data processor .

JSON is a light-weight, language independent, data interchange format.Jackson can be used either to parse JSON strings, or to generate JSON data. Beyond basic JSON reading/writing (parsing, generating), it also offers full node-based Tree Model, as well as full OJM (Object/Json Mapper) data binding functionality.

This is changelog for Jackson version 2.5.4 / 2.6.0-rc2 :

  • No changes since previous version.

You can read the complete changelog and also download this latest version on their homepage: jackson.codehaus.org

Scroll to Top