MCPcopy Index your code
hub / github.com/Tencent/APIJSON / parseArray

Method parseArray

APIJSONORM/src/main/java/apijson/JSONParser.java:22–22  ·  view source on GitHub ↗
(Object json)

Source from the content-addressed store, hash-verified

20 <T> T parseObject(Object json, Class<T> clazz);
21
22 L parseArray(Object json);
23
24 <T> List<T> parseArray(Object json, Class<T> clazz);
25

Callers 2

parseArrayMethod · 0.65
verifyUseRoleMethod · 0.65

Implementers 1

JSONAPIJSONORM/src/main/java/apijson/JSON.

Calls

no outgoing calls

Tested by

no test coverage detected