Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
parseArray
Method · 0.65
verifyUseRole
Method · 0.65
Implementers
1
JSON
APIJSONORM/src/main/java/apijson/JSON.
Calls
no outgoing calls
Tested by
no test coverage detected