GitHub - webee/java-json-api: An open java json api.
webee / java-json-api Public
-
Notifications
You must be signed in to change notification settings - Fork 0
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
java-json-api

An open java json api: JSON, JSONObject, JSONArray. Let your libs depend on this api, then you can switch between variant implementations flexibly and easily.
https://jitpack.io/#webee/java-json-api
To install the library add:
repositories { jcenter() maven { url "https://jitpack.io" } } dependencies { compile 'com.github.webee:java-json-api:v2.2.0' }
About
An open java json api.