An open API service indexing awesome lists of open source software.

https://github.com/inversoft/jackson5

Inversoft Jackson Guice module and serializers / de-serializers.
https://github.com/inversoft/jackson5

Last synced: 8 days ago
JSON representation

Inversoft Jackson Guice module and serializers / de-serializers.

Awesome Lists containing this project

README

          

## Inversoft Jackson Extensions ![semver 2.0.0 compliant](http://img.shields.io/badge/semver-2.0.0-brightgreen.svg?style=flat-square)
Inversoft Jackson Guice module and serializers / de-serializers.

**Note:** This project uses the Savant build tool. To compile using using Savant, follow these instructions:

```bash
$ mkdir ~/savant
$ cd ~/savant
$ wget http://savant.inversoft.org/org/savantbuild/savant-core/0.4.4/savant-0.4.4.tar.gz
$ tar xvfz savant-0.4.4.tar.gz
$ ln -s ./savant-0.4.4 current
$ export PATH=$PATH:~/savant/current/bin/
```

Then, perform an integration build of the project by running:
```bash
$ sb int
```

For more information, checkout [savantbuild.org](http://savantbuild.org/).