MCPcopy Create free account
hub / github.com/FongMi/TV / toMap

Method toMap

catvod/src/main/java/com/github/catvod/utils/Json.java:89–91  ·  view source on GitHub ↗
(String json)

Source from the content-addressed store, hash-verified

87 }
88
89 public static Map<String, String> toMap(String json) {
90 return TextUtils.isEmpty(json) ? null : toMap(parse(json));
91 }
92
93 public static Map<String, String> toMap(JsonElement element) {
94 Map<String, String> map = new HashMap<>();

Callers 13

getFormBodyMethod · 0.95
getFormDataBodyMethod · 0.95
getHeaderMethod · 0.95
getHeaderMethod · 0.95
proxy1Method · 0.95
addHeaderMethod · 0.95
headerMethod · 0.95
deserializeMethod · 0.95
checkMethod · 0.95
extractHeadersMethod · 0.80
initLiveMethod · 0.80
initSiteMethod · 0.80

Calls 6

parseMethod · 0.95
safeObjectMethod · 0.95
safeStringMethod · 0.95
isEmptyMethod · 0.45
putMethod · 0.45
getKeyMethod · 0.45

Tested by

no test coverage detected