MCPcopy Create free account
hub / github.com/RipMeApp/ripme / getJSON

Method getJSON

src/main/java/com/rarchives/ripme/utils/Http.java:187–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185 }
186
187 public JSONObject getJSON() throws IOException {
188 ignoreContentType();
189 String jsonString = response().body();
190 return new JSONObject(jsonString);
191 }
192
193 public JSONArray getJSONArray() throws IOException {
194 ignoreContentType();

Callers

nothing calls this directly

Calls 2

ignoreContentTypeMethod · 0.95
responseMethod · 0.95

Tested by

no test coverage detected