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.
- Host: GitHub
- URL: https://github.com/inversoft/jackson5
- Owner: inversoft
- License: apache-2.0
- Created: 2016-02-03T00:34:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T20:20:06.000Z (over 1 year ago)
- Last Synced: 2024-05-29T11:20:17.611Z (over 1 year ago)
- Language: Java
- Homepage: http://www.inversoft.org/
- Size: 80.1 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Inversoft Jackson Extensions 
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/).