MCPcopy Create free account
hub / github.com/boxbeam/RedLib / getString

Method getString

src/redempt/redlib/json/JSONMap.java:40–42  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

38 }
39
40 public String getString(String key) {
41 return (String) get(key);
42 }
43
44 /**
45 * @return A JSON string representing this JSONMap

Callers 1

fromStringMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected