Kong / unirest-java

Unirest in Java: Simplified, lightweight HTTP client library.
http://kong.github.io/unirest-java/
MIT License
2.61k stars 594 forks source link

Docs and Jackson Mapper #290

Closed adeshinaO closed 5 years ago

adeshinaO commented 5 years ago

The docs don't mention that the Jackson object mapper is in a separate artifact which needs to be included as a dependency before that mapper can be used. Same for Gson.

ryber commented 5 years ago

Hi, question, which part of the doc were you looking at because the extra dependencies are listed here: http://kong.github.io/unirest-java/#object-mappers

adeshinaO commented 5 years ago

I was here http://kong.github.io/unirest-java/#requests. I missed the 'Object Mappers' link, my bad. Will close this.

ryber commented 5 years ago

Oh, no problem, I'll include a link in the request to the more detailed Object Mapper part.