Skip to content
This repository was archived by the owner on Mar 12, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 665 Bytes

File metadata and controls

20 lines (16 loc) · 665 Bytes

Gson Object Mapper for Open Unirest

Build Status

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>