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

OpenUnirest/object-mappers-gson

Repository files navigation

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>

About

Object Mapper for Open Unirest based on the popular Gson JSON parser

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published