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

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

License

Notifications You must be signed in to change notification settings

OpenUnirest/object-mappers-jackson

Repository files navigation

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>

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published