An open API service indexing awesome lists of open source software.

https://github.com/artcom/java-json-http-client

A thin utility library performing HTTP queries with automatic JSON de-/serialization.
https://github.com/artcom/java-json-http-client

Last synced: 7 months ago
JSON representation

A thin utility library performing HTTP queries with automatic JSON de-/serialization.

Awesome Lists containing this project

README

          

# JSON Http Client for Java

A thin utility library performing HTTP queries with automatic JSON de-/serialization.

## Building from source with Gradle
From command line: `./gradlew build`

## Android Studio
From Android Studio: File -> Import Project