Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fromString
Method · 0.95
load
Method · 0.95
loadAll
Method · 0.95
attemptMigration
Method · 0.95
Calls
1
map
Method · 0.80
Tested by
no test coverage detected