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

Method parseMap

src/redempt/redlib/json/JSONParser.java:24–26  ·  view source on GitHub ↗
(String json)

Source from the content-addressed store, hash-verified

22 }
23
24 public static JSONMap parseMap(String json) {
25 return new JSONParser(json).map();
26 }
27
28 public static JSONList parseList(String json) {
29 return new JSONParser(json).list();

Callers 4

fromStringMethod · 0.95
loadMethod · 0.95
loadAllMethod · 0.95
attemptMigrationMethod · 0.95

Calls 1

mapMethod · 0.80

Tested by

no test coverage detected