Provides means to parse JsonObjects returned from calling GitHub API.
| Type | Name and description |
|---|---|
static ProjectContributor |
toContributor(org.json.simple.JsonObject contributor, org.json.simple.JsonObject user)Parses GitHub JsonObject in accordance to the API |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Parses GitHub JsonObject in accordance to the API
contributor - Represent project contribution: https://developer.github.com/v3/repos/#list-contributors anduser - Represent user: https://developer.github.com/v3/users/#get-a-single-user