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

Method parseList

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

Source from the content-addressed store, hash-verified

26 }
27
28 public static JSONList parseList(String json) {
29 return new JSONParser(json).list();
30 }
31
32 private int pos;
33 private String str;

Callers 1

fromStringMethod · 0.95

Calls 1

listMethod · 0.80

Tested by

no test coverage detected