java-jsonapi

Build Status Coverage Status Jitpack Status

A simple JSON API <-> POJO converter

What it does

What it does not

Why reinvent the wheel ?

Other libs I found where tied to a framework (such as Retrofit, Spring or JAX-RS) and/or tied to a json lib (such as Jackson of Gson).
I would liked to have a simple lib that just convert my entities into a middle format which would be naturally serialized/deserialized into json or xml.

Usage

Look at :

Documentation

The javadoc is generated for the master branch only and is available here.

Roadmap

v1

v2