X Tutup
Skip to content

Latest commit

 

History

History
 
 

README.md

Gson Object Mapper for Unirest

Welcome. This is a Object Mapper for 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>com.konghq</groupId>
        <artifactId>unirest-object-mappers-gson</artifactId>
        <version>2.0.00</version>
</dependency>
X Tutup