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

Latest commit

 

History

History
20 lines (16 loc) · 700 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 700 Bytes

Jackson Object Mapper for Open Unirest

Build Status

Welcome. This is a Object Mapper for Open Unirest based on the popular Jackson JSON parser. Use it like this:

     Unirest.config().setObjectMapper(new JacksonObjectMapper());

You may also provide it with your own com.fasterxml.jackson.databind.ObjectMapper.

Install With Maven

<dependency>
    <groupId>io.github.openunirest</groupId>
        <artifactId>object-mappers-jackson</artifactId>
        <version>3.0.01</version>
</dependency>