Gson Object Mapper for Open Unirest
Welcome. This is a Object Mapper for Open Unirest based on the popular google Gson JSON parser. Use it like this:
Unirest.config().setObjectMapper(new GsonObjectMapper());
You may also provide it with your own Gson instance.
Install With Maven
<dependency>
<groupId>io.github.openunirest</groupId>
<artifactId>object-mappers-gson</artifactId>
<version>1.0.00</version>
</dependency>